mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
This commit is contained in:
parent
0c1a42cf9c
commit
507896d97d
8 changed files with 14 additions and 1 deletions
1
Lib/test/test_stable_abi_ctypes.py
generated
1
Lib/test/test_stable_abi_ctypes.py
generated
|
|
@ -708,6 +708,7 @@ SYMBOL_NAMES = (
|
|||
"PyType_GetFlags",
|
||||
"PyType_GetFullyQualifiedName",
|
||||
"PyType_GetModule",
|
||||
"PyType_GetModuleByDef",
|
||||
"PyType_GetModuleName",
|
||||
"PyType_GetModuleState",
|
||||
"PyType_GetName",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue