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 b57eea1 commit f874bd1Copy full SHA for f874bd1
Include/import.h
@@ -54,9 +54,6 @@ PyAPI_FUNC(PyObject *) PyImport_AddModuleObject(
54
PyObject *name
55
);
56
#endif
57
-#ifndef Py_LIMITED_API
58
-PyAPI_FUNC(PyObject *) _PyImport_AddModuleObject(PyObject *, PyObject *);
59
-#endif
60
PyAPI_FUNC(PyObject *) PyImport_AddModule(
61
const char *name /* UTF-8 encoded string */
62
0 commit comments