Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1388dd0

Browse files
committed
Address review
1 parent 63d1574 commit 1388dd0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,3 +850,7 @@ Removed
850850
* Remove the ``PyUnicode_InternImmortal()`` function and the
851851
``SSTATE_INTERNED_IMMORTAL`` macro.
852852
(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`.)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Remove `_use_broken_old_ctypes_structure_semantics_` hack from
2-
:mod:`ctypes`.
1+
Remove ``_use_broken_old_ctypes_structure_semantics_``
2+
old untested and undocumented hack from :mod:`ctypes`.

0 commit comments

Comments
 (0)