We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b2cdf commit 359b2bbCopy full SHA for 359b2bb
1 file changed
src/python3.def
@@ -796,6 +796,13 @@ PyDict_SetDefaultRef
796
Py_SIZE
797
Py_IS_TYPE
798
Py_SET_SIZE
799
+PyObject_GetTypeData_DuringGC
800
+PyType_GetModuleState_DuringGC
801
+PyModule_GetState_DuringGC
802
+PyModule_GetToken_DuringGC
803
+PyType_GetBaseByToken_DuringGC
804
+PyType_GetModule_DuringGC
805
+PyType_GetModuleByToken_DuringGC
806
PyLong_GetNativeLayout
807
PyLong_Export
808
PyLong_FreeExport
0 commit comments