]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-76785: Make test.test_interpreters executable (GH-112982) (GH-113470) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 Dec 2023 18:46:44 +0000 (19:46 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Dec 2023 18:46:44 +0000 (18:46 +0000)
commit1162d29f5bd3ac7f899768b82efe16c36f31b8ac
treeb612f17a6aa3ec6b371eadc9ab1b45a032ca4978
parentbc6528ee6b0c1beb5ba7524db7f20f4eb17d25b1
[3.11] gh-76785: Make test.test_interpreters executable (GH-112982) (GH-113470) (GH-113473)

This is so that we can run python -m test.test_interpreters. As such it
backports that aspect of commit 86a77f4e1a5ceaff1036b0072521e12752b5df47,
where it is implemented by a package __main__.py.
(cherry picked from commit bdad5c367f60d4939d6945f78d94608e4521009f)

Co-authored-by: Jeff Allen <ja.py@farowl.co.uk>
Lib/test/test_interpreters.py