We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d1574 commit 1388dd0Copy full SHA for 1388dd0
Doc/whatsnew/3.12.rst
@@ -850,3 +850,7 @@ Removed
850
* Remove the ``PyUnicode_InternImmortal()`` function and the
851
``SSTATE_INTERNED_IMMORTAL`` macro.
852
(Contributed by Victor Stinner in :gh:`85858`.)
853
+
854
+* Remove ``_use_broken_old_ctypes_structure_semantics_`` flag
855
+ from :mod:`ctypes` module.
856
+ (Contributed by Nikita Sobolev in :gh:`99285`.)
Misc/NEWS.d/next/Library/2022-11-09-12-36-12.gh-issue-99284.9p4J2l.rst
@@ -1,2 +1,2 @@
1
-Remove `_use_broken_old_ctypes_structure_semantics_` hack from
2
-:mod:`ctypes`.
+Remove ``_use_broken_old_ctypes_structure_semantics_``
+old untested and undocumented hack from :mod:`ctypes`.
0 commit comments