Skip to content
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

[3.7] bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) #17485

Merged
merged 1 commit into from Dec 6, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 6, 2019

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
(cherry picked from commit b64334c)

Co-authored-by: Mario Corchero mcorcherojim@bloomberg.net

https://bugs.python.org/issue36820

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
(cherry picked from commit b64334c)

Co-authored-by: Mario Corchero <mcorcherojim@bloomberg.net>
@miss-islington
Copy link
Contributor Author

miss-islington commented Dec 6, 2019

@mariocj89: Status check is done, and it's a success .

@miss-islington miss-islington merged commit 5ba591f into python:3.7 Dec 6, 2019
@miss-islington miss-islington deleted the backport-b64334c-3.7 branch Dec 6, 2019
@miss-islington
Copy link
Contributor Author

miss-islington commented Dec 6, 2019

@mariocj89: Status check is done, and it's a success .

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.

None yet

5 participants