mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-117142: ctypes: Migrate global vars to module state (GH-117189)
This commit is contained in:
parent
2e9be80c99
commit
7e2fef8658
7 changed files with 237 additions and 224 deletions
|
|
@ -416,14 +416,14 @@ Modules/xxmodule.c - ErrorObject -
|
|||
|
||||
## manually cached PyUnicodeOjbect
|
||||
Modules/_ctypes/callproc.c _ctypes_get_errobj error_object_name -
|
||||
Modules/_ctypes/_ctypes.c CreateSwappedType suffix -
|
||||
Modules/_ctypes/_ctypes.c CreateSwappedType swapped_suffix -
|
||||
|
||||
##-----------------------
|
||||
## other
|
||||
|
||||
## initialized once
|
||||
Modules/_ctypes/_ctypes.c - _unpickle -
|
||||
Modules/_ctypes/_ctypes.c PyCArrayType_from_ctype cache -
|
||||
Modules/_ctypes/_ctypes.c PyCArrayType_from_ctype array_cache -
|
||||
Modules/_cursesmodule.c - ModDict -
|
||||
Modules/_datetimemodule.c datetime_strptime module -
|
||||
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Add table
Add a link
Reference in a new issue