]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add support.MS_WINDOWS constant (#110446)
authorVictor Stinner <vstinner@python.org>
Fri, 6 Oct 2023 00:37:28 +0000 (02:37 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2023 00:37:28 +0000 (02:37 +0200)
commite0c44377935de3491b2cbe1e5f87f8b336fdc922
tree63a5ef10c9528b0591833f443e7fe51f7c2675dd
parent3c0f65ebce10d5327e07245f7cf2beb96b18c970
Add support.MS_WINDOWS constant (#110446)
15 files changed:
Lib/test/_test_embed_set_config.py
Lib/test/libregrtest/logger.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/run_workers.py
Lib/test/libregrtest/utils.py
Lib/test/pythoninfo.py
Lib/test/support/__init__.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_cppext/__init__.py
Lib/test/test_cppext/setup.py
Lib/test/test_embed.py
Lib/test/test_faulthandler.py
Lib/test/test_gdb/__init__.py
Lib/test/test_regrtest.py
Lib/test/test_utf8_mode.py