Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c314e60 commit 2396614Copy full SHA for 2396614
1 file changed
PC/python3dll.c
@@ -346,6 +346,7 @@ EXPORT_FUNC(PyMemoryView_GetContiguous)
346
EXPORT_FUNC(PyModule_AddFunctions)
347
EXPORT_FUNC(PyModule_AddIntConstant)
348
EXPORT_FUNC(PyModule_AddObject)
349
+EXPORT_FUNC(PyModule_AddObjectRef)
350
EXPORT_FUNC(PyModule_AddStringConstant)
351
EXPORT_FUNC(PyModule_AddType)
352
EXPORT_FUNC(PyModule_Create2)
@@ -797,7 +798,6 @@ EXPORT_DATA(PyMemoryView_Type)
797
798
EXPORT_DATA(PyMethodDescr_Type)
799
EXPORT_DATA(PyModule_Type)
800
EXPORT_DATA(PyModuleDef_Type)
-EXPORT_DATA(PyModule_AddObjectRef)
801
EXPORT_DATA(PyNullImporter_Type)
802
EXPORT_DATA(PyODict_Type)
803
EXPORT_DATA(PyODictItems_Type)
0 commit comments