mirror of https://github.com/python/cpython
Fix redundant declaration of _PyImport_AddModuleObject (GH-7992)
This commit is contained in:
parent
b57eea16d1
commit
f874bd1f06
|
@ -54,9 +54,6 @@ PyAPI_FUNC(PyObject *) PyImport_AddModuleObject(
|
|||
PyObject *name
|
||||
);
|
||||
#endif
|
||||
#ifndef Py_LIMITED_API
|
||||
PyAPI_FUNC(PyObject *) _PyImport_AddModuleObject(PyObject *, PyObject *);
|
||||
#endif
|
||||
PyAPI_FUNC(PyObject *) PyImport_AddModule(
|
||||
const char *name /* UTF-8 encoded string */
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue