]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is
authorStefan Krah <skrah@bytereef.org>
Tue, 3 Dec 2013 12:55:20 +0000 (13:55 +0100)
committerStefan Krah <skrah@bytereef.org>
Tue, 3 Dec 2013 12:55:20 +0000 (13:55 +0100)
commit5aa08ca375d2f0979c40dc58d66f0d630805236a
tree9cd7b2011bce00bc3c3205b0642c60038459ba5c
parentdc96ca25df87ebf3ad0a2f29591f186873d40679
Issue #9709: Stop adding PyInit_" + module_name' to export_symbols.  This is
already done by PyMODINIT_FUNC.
Lib/distutils/command/build_ext.py