gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)

This commit is contained in:
Victor Stinner 2024-03-25 17:32:20 +01:00 committed by GitHub
parent 0c1a42cf9c
commit 507896d97d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 14 additions and 1 deletions

View file

@ -708,6 +708,7 @@ SYMBOL_NAMES = (
"PyType_GetFlags",
"PyType_GetFullyQualifiedName",
"PyType_GetModule",
"PyType_GetModuleByDef",
"PyType_GetModuleName",
"PyType_GetModuleState",
"PyType_GetName",