-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
multiprocessing tests log: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown #89372
Comments
0:03:25 load avg: 12.33 [250/427] test_multiprocessing_forkserver passed (...) |
I would like to work on this, if no one has started yet. |
The problem was in
My patch (location cpython/Lib/test/_test_multiprocessing.py Line 4179 in 51056b4
With this change no warning is generated:
My other highly-related PR where I refactor several |
Thanks Nikita Sobolev for the fix. |
On 3.12 on Arch Linux, this error is repeated. |
Please open a new issue wirh a reproducer. |
UserWarning: resource_tracker
in test_multiprocessing #28377UserWarning: resource_tracker
in test_multiprocessing (GH-28377) #28499UserWarning: resource_tracker
in test_multiprocessing (GH-28377) #28500Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: