]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distu...
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 4 Feb 2020 15:24:30 +0000 (16:24 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 15:24:30 +0000 (07:24 -0800)
commit9538bc9185e934bee2bd5ae2cda2b2e92a61906d
tree17b2427bb0f49b48e30d9d18d31736d14a9405a3
parent850a4bd839ca11b59439e21dda2a3ebe917a9a16
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150)

Make it export the correct init symbol also on Windows.

https://bugs.python.org/issue39432
Lib/distutils/command/build_ext.py
Lib/distutils/tests/test_build_ext.py
Misc/NEWS.d/next/Library/2020-01-23-16-08-58.bpo-39432.Cee6mi.rst [new file with mode: 0644]