]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distu...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Feb 2020 13:14:43 +0000 (05:14 -0800)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2020 13:14:43 +0000 (14:14 +0100)
commit5bf58cef151249f1cca92166d1b70693348da9d8
tree9154480f8224c12675690b0c6fe3d0d9ee0ac548
parent9d839840853bc8b3d665e46a8e06b64ac1924f47
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150) (GH-18546)

Make it export the correct init symbol also on Windows.

https://bugs.python.org/issue39432
(cherry picked from commit 9538bc9185e934bee2bd5ae2cda2b2e92a61906d)

Co-authored-by: Stefan Behnel <stefan_ml@behnel.de>
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]