]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension().
authorBrett Cannon <brett@python.org>
Sun, 27 Dec 2015 20:24:06 +0000 (12:24 -0800)
committerBrett Cannon <brett@python.org>
Sun, 27 Dec 2015 20:24:06 +0000 (12:24 -0800)
commit762d5ea8753e2c137eb7affa9fcb51db1cecd1aa
tree6434653e0fc50b8972147096fd5e791e53ee4a9e
parent85622e4bc914383c087ef2e5944b14b10b22cff5
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.
Doc/c-api/import.rst
Doc/faq/extending.rst
Misc/ACKS