Skip to content

bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.p…#76

Merged
sthagen merged 0 commit into
sthagen:masterfrom
python:master
Dec 6, 2019
Merged

bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.p…#76
sthagen merged 0 commit into
sthagen:masterfrom
python:master

Conversation

@sthagen
Copy link
Copy Markdown
Owner

@sthagen sthagen commented Dec 6, 2019

…y (pythonGH-13135)

Break cycle generated when saving an exception in socket.py, codeop.py and dyld.py as they keep alive not only the exception but user objects through the __traceback__ attribute.

https://bugs.python.org/issue36820

Automerge-Triggered-By: @pablogsal

@sthagen sthagen merged this pull request into sthagen:master Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant