]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109357: Fix test_monitoring.test_gh108976() (#109358)
authorVictor Stinner <vstinner@python.org>
Wed, 13 Sep 2023 01:54:28 +0000 (03:54 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2023 01:54:28 +0000 (01:54 +0000)
commit388d91cd474de80355f5a8f6a26e8962813a3128
treeb4a1fc7b023974c8bfd2a1a428eb38ee00565807
parentb544c2b1355571a36fe0c212f92e9b163ceb16af
gh-109357: Fix test_monitoring.test_gh108976() (#109358)

The test now calls free_tool_id() so it can be run multiple times in
the same process. For example, the following command no longer fails:

    python -m test test_monitoring -R 3:3
Lib/test/test_monitoring.py