]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-109413: Fix libregrtest get_running() (GH-127153) (#127157)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Nov 2024 16:34:07 +0000 (17:34 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2024 16:34:07 +0000 (16:34 +0000)
commitf0d1a20b77b136906505e1f8a52597498f7b3257
treefa556ce4a5c5caa5e0341ef6cc738276b89338ca
parent7f22b87d3573635699e71680b2a1596fef9cac4d
[3.13] gh-109413: Fix libregrtest get_running() (GH-127153) (#127157)

gh-109413: Fix libregrtest get_running() (GH-127153)

Skip threads which are not running.
(cherry picked from commit 0cb20177d667f0058f3d8d808abaf340e8345f04)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/libregrtest/run_workers.py