]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Dec 2020 17:56:44 +0000 (09:56 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 17:56:44 +0000 (09:56 -0800)
commite9a6dcdefabb6c19074566f4ee0e02daaf57be18
treebc0374685175f4cc2a6b28ea5f45884b976e3206
parentfacca72eae3c0b59b4e89bab81c936dff10fb58a
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils (GH-22088)

(cherry picked from commit c0afb7fa0ebd1c0e95c0760bbe75a99a8dd12ea6)

Co-authored-by: Matti Picus <matti.picus@gmail.com>
Lib/sysconfig.py
Lib/test/test_sysconfig.py
Misc/NEWS.d/next/Library/2020-10-20-08-28-26.bpo-39825.n6KnG0.rst [new file with mode: 0644]