mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
gh-99284: [ctypes] remove _use_broken_old_ctypes_structure_semantics_ (GH-99285)
It was untested and undocumented. No code has been found in the wild that ever used it.
This commit is contained in:
parent
27d8dc2c9d
commit
a3360facba
7 changed files with 7 additions and 27 deletions
|
|
@ -251,7 +251,6 @@ struct _Py_global_strings {
|
|||
STRUCT_FOR_ID(_swappedbytes_)
|
||||
STRUCT_FOR_ID(_type_)
|
||||
STRUCT_FOR_ID(_uninitialized_submodules)
|
||||
STRUCT_FOR_ID(_use_broken_old_ctypes_structure_semantics_)
|
||||
STRUCT_FOR_ID(_warn_unawaited_coroutine)
|
||||
STRUCT_FOR_ID(_xoptions)
|
||||
STRUCT_FOR_ID(a)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue