]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-76785: Make test.test_interpreters executable (GH-112982) (GH-113470)
authorJeff Allen <ja.py@farowl.co.uk>
Mon, 25 Dec 2023 18:31:57 +0000 (18:31 +0000)
committerGitHub <noreply@github.com>
Mon, 25 Dec 2023 18:31:57 +0000 (20:31 +0200)
commitbdad5c367f60d4939d6945f78d94608e4521009f
tree6e347a7567f6ef94c6b1c3b2ed7bd9578a2f8289
parentc0e58168e2e1dbc025dfe9c70e5d8a4392c78141
[3.12] gh-76785: Make test.test_interpreters executable (GH-112982) (GH-113470)

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.
Lib/test/test_interpreters.py