We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test starts a thread but doesn't join it, which can lead to test failures with "ENV CHANGED"
cpython/Lib/test/_test_multiprocessing.py
Lines 3518 to 3521 in c62144a
See also #25845
From https://buildbot.python.org/all/#/builders/249/builds/7957/steps/5/logs/stdio:
... test_empty_authkey (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_empty_authkey) ... ok test_multiple_bind (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_multiple_bind) ... ok Warning -- Dangling threads: {<Thread(Thread-13 (run), started 139968890533568)>} ...
The text was updated successfully, but these errors were encountered:
pythongh-116439: Ensure thread is joined in test_empty_authkey
fa4a1af
Already fixed in #116434
Sorry, something went wrong.
colesbury
No branches or pull requests
The test starts a thread but doesn't join it, which can lead to test failures with "ENV CHANGED"
cpython/Lib/test/_test_multiprocessing.py
Lines 3518 to 3521 in c62144a
See also #25845
From https://buildbot.python.org/all/#/builders/249/builds/7957/steps/5/logs/stdio:
Linked PRs
The text was updated successfully, but these errors were encountered: