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 5e0fa40 commit 5e3c632Copy full SHA for 5e3c632
1 file changed
Include/pythonrun.h
@@ -94,6 +94,7 @@ DL_IMPORT(void) init_exceptions Py_PROTO((void));
94
95
/* Various internal finalizers */
96
DL_IMPORT(void) fini_exceptions Py_PROTO((void));
97
+DL_IMPORT(void) _PyImport_Fini Py_PROTO((void));
98
DL_IMPORT(void) PyMethod_Fini Py_PROTO((void));
99
DL_IMPORT(void) PyFrame_Fini Py_PROTO((void));
100
DL_IMPORT(void) PyCFunction_Fini Py_PROTO((void));
0 commit comments