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:
Brett Cannon 2015-12-27 12:24:06 -08:00
parent 85622e4bc9
commit 762d5ea875
3 changed files with 1 additions and 19 deletions

View file

@ -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