]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109413: Fix libregrtest get_running() (#127153)
authorVictor Stinner <vstinner@python.org>
Fri, 22 Nov 2024 15:56:03 +0000 (16:56 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2024 15:56:03 +0000 (16:56 +0100)
commit0cb20177d667f0058f3d8d808abaf340e8345f04
tree44925bd4f9a9a74fccfda44e76735cd617f35cb6
parent8899e85de100557899da05f0b37867a371a73800
gh-109413: Fix libregrtest get_running() (#127153)

Skip threads which are not running.
Lib/test/libregrtest/run_workers.py