mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension().
Thanks to Alejandro Santos for the bug report and Anish Shah for the patch.
This commit is contained in:
parent
85622e4bc9
commit
762d5ea875
3 changed files with 1 additions and 19 deletions
|
|
@ -236,11 +236,6 @@ Importing Modules
|
|||
For internal use only.
|
||||
|
||||
|
||||
.. c:function:: PyObject* _PyImport_FixupExtension(char *, char *)
|
||||
|
||||
For internal use only.
|
||||
|
||||
|
||||
.. c:function:: int PyImport_ImportFrozenModuleObject(PyObject *name)
|
||||
|
||||
Load a frozen module named *name*. Return ``1`` for success, ``0`` if the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue