diff options
author | Ethan Smith <ethan@ethanhs.me> | 2022-05-02 22:51:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 22:51:34 (GMT) |
commit | aff8c4f4884fe5ffb2059c2ac9485ded3bba3f3c (patch) | |
tree | d8bde733d487289ebd62cb418c0349ca20e459f6 /Misc/NEWS.d | |
parent | b04e02c57f82d6e1ae52ee6f070eb893d019f4fd (diff) | |
download | cpython-aff8c4f4884fe5ffb2059c2ac9485ded3bba3f3c.zip cpython-aff8c4f4884fe5ffb2059c2ac9485ded3bba3f3c.tar.gz cpython-aff8c4f4884fe5ffb2059c2ac9485ded3bba3f3c.tar.bz2 |
gh-84461: Add ability for multiprocessed libregrtest to use a different Python executable (GH-91930)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-05-02-20-15-54.gh-issue-84461.DhxllI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-05-02-20-15-54.gh-issue-84461.DhxllI.rst b/Misc/NEWS.d/next/Tests/2022-05-02-20-15-54.gh-issue-84461.DhxllI.rst new file mode 100644 index 0000000..4daae71 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-05-02-20-15-54.gh-issue-84461.DhxllI.rst @@ -0,0 +1 @@ +When multiprocessing is enabled, libregrtest can now use a Python executable other than :code:`sys.executable` via the ``--python`` flag. |