-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_monitoring fails when run multiple times: ValueError: tool 0 is already in use #109357
Comments
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 13, 2023
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
Oh wait, it's simple to fix this issue in fact: I wrote PR #109358. |
vstinner
added a commit
that referenced
this issue
Sep 13, 2023
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
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 13, 2023
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 (cherry picked from commit 388d91c) Co-authored-by: Victor Stinner <vstinner@python.org>
Yhg1s
pushed a commit
that referenced
this issue
Sep 13, 2023
…09359) gh-109357: Fix test_monitoring.test_gh108976() (GH-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 (cherry picked from commit 388d91c) Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 13, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue broke all Refleaks buildbots :-(
Example:
The regression was introduced by: commit 4a69301 of PR GH-109131. cc @markshannon
Python 3.12 is also affected, the change was backported to 3.12: cc @Yhg1s
Linked PRs
The text was updated successfully, but these errors were encountered: