diff options
Diffstat (limited to 'Doc/whatsnew/3.13.rst')
-rw-r--r-- | Doc/whatsnew/3.13.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 476ae39..340c3ae 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -792,20 +792,6 @@ copy (Contributed by Serhiy Storchaka in :gh:`108751`.) -ctypes ------- - -* The layout of :ref:`bit fields <ctypes-bit-fields-in-structures-unions>` - in :class:`~ctypes.Structure` and :class:`~ctypes.Union` - now matches platform defaults (GCC/Clang or MVSC) more closely. - In particular, fields no longer overlap. - (Contributed by Matthias Görgens in :gh:`97702`.) - -* The :attr:`.Structure._layout_` class attribute can now be set - to help match a non-default ABI. - (Contributed by Petr Viktorin in :gh:`97702`.) - - dbm --- |