-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-88887: Cleanup multiprocessing.resource_tracker.ResourceTracker
upon deletion
#130429
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
069fb0c
fix resource tracker leak
luccabb 5e33828
try block
luccabb 0586696
add comment to resource tracker __del__
luccabb eeef2e4
blurb add
luccabb b3115d2
Merge branch 'main' into fix_resource_tracker_leak
luccabb cf3d546
Merge branch 'main' of github.com:luccabb/cpython into fix_resource_t…
luccabb 933f70c
catch specific exceptions
luccabb d4e08c5
Merge branch 'fix_resource_tracker_leak' of github.com:luccabb/cpytho…
luccabb 799ee32
Update Lib/multiprocessing/resource_tracker.py
luccabb 8e43a83
fixing _stop for None pids
luccabb f9a53a7
pull
luccabb 805ad1d
remove :77 typo
luccabb 5d6c9b3
add extra line back
luccabb c8e2704
catch AttributeError only and return early from _stop if _pid is None
luccabb 9fd5872
fix lint
luccabb aaa8378
10000
injecting os methods on _stop
luccabb dc2d578
Update Lib/multiprocessing/resource_tracker.py comment
gpshead 9847342
non blocking acquire for __del__
luccabb 58b137a
non blocking acquire for __del__
luccabb d497dee
release only if acquired
luccabb ba42406
always release + changelog
luccabb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
non blocking acquire for __del__
- Loading branch information
commit 98473429b989c347ff7b7ee840d90b00274941dd
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.