gh-88887: Cleanup multiprocessing.resource_tracker.ResourceTracker upon deletion (#130429)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
This commit is contained in:
luccabb 2025-03-20 09:44:37 -07:00 committed by GitHub
parent 00a9844888
commit f53e7de6a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 46 additions and 21 deletions

View file

@ -0,0 +1 @@
Fixing multiprocessing Resource Tracker process leaking, usually observed when running Python as PID 1.