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 a21405a commit 57f6b30Copy full SHA for 57f6b30
Include/internal/pycore_modsupport.h
@@ -92,7 +92,7 @@ PyAPI_FUNC(PyObject * const *) _PyArg_UnpackKeywords(
92
_PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
93
(minpos), (maxpos), (minkw), (varpos), (buf)))
94
95
-int _PyModule_AddFunctionsImmortal(PyObject *m, PyMethodDef *functions);
+extern int _PyModule_AddFunctionsImmortal(PyObject *m, PyMethodDef *functions);
96
97
#ifdef __cplusplus
98
}
0 commit comments