Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.3k
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module.#5507
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
ericsnowcurrently merged 19 commits intopython:masterfromericsnowcurrently:fix-refleaks-interpreters-moduleFeb 3, 2018
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
19 commits Select commitHold shift + click to select a range
e12d641
DECREF cls in _PyCrossInterpreterData_Lookup().
ericsnowcurrentlyce72eef
DECREF the id in interp_list_all().
ericsnowcurrently27bbab7
Avoid raising RunFailedError.
ericsnowcurrentlyc744873
DECREF id in _coerce_id().
ericsnowcurrentlye982d87
DECREF the original error message.
ericsnowcurrentlyaac9485
Do not explicitly check against INT64_MAX.
ericsnowcurrently35f6046
Free cids when done.
ericsnowcurrently38d924e
DECREF other in channelid_richcompare().
ericsnowcurrently4321ecf
Add items to non-empty channels.
ericsnowcurrentlye5a3515
Add struct _sharedns and isolate related memory ops.
ericsnowcurrently0c0fa3d
Clean up memory ops for _sharedexception.
ericsnowcurrentlyf0d4430
Clean up _PyChannelState memory ops.
ericsnowcurrently4802046
Add _channelref_free().
ericsnowcurrentlyac7bad5
Move the RunFailedError definition down.
ericsnowcurrently0689a9c
Do not INCREF after PyErr_Fetch().
ericsnowcurrently9a91a28
DECREF the exception name.
ericsnowcurrently654e59a
Free the channel when we close it.
ericsnowcurrently8ca3c96
Free the data when we are done with it.
ericsnowcurrently702876b
DECREF the ID in channelid_hash().
ericsnowcurrentlyFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Avoid raising RunFailedError.
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit27bbab7f66354dd341c2a6b525d56058d6366b5f
There are no files selected for viewing
12 changes: 7 additions & 5 deletionsLib/test/test__xxsubinterpreters.py
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.