[2.7] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) by serhiy-storchaka · Pull Request #7096 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
serhiy-storchaka merged 1 commit intopython:2.7from
May 24, 2018Merged
Conversation
Copy link Copy Markdown
Member
- Fixed a leak when the GC fails to add an object with
__del__into thegc.garbagelist. PyGC_Collect()can now be called when an exception is set and preserves it.
(cherry picked from commit 301e3cc)
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting merge
label
serhiy-storchaka
merged commit
9044cd6
into
python:2.7
Copy link Copy Markdown
bedevere-bot
commented
May 24, 2018
bedevere-bot commented
May 24, 2018@serhiy-storchaka: Please replace # with GH- in the commit message next time. Thanks!
bedevere-bot
removed
the
awaiting merge
label
serhiy-storchaka
deleted the
backport-301e3cc-2.7
branch
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment