mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Fix redundant declaration of _PyImport_AddModuleObject (GH-7992)
This commit is contained in:
parent
b57eea16d1
commit
f874bd1f06
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue