Skip to content

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

Merged
miss-islington merged 1 commit intopython:3.8from
miss-islington:backport-b64334c-3.8
Dec 6, 2019
Merged

[3.8] bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)#17486
miss-islington merged 1 commit intopython:3.8from
miss-islington:backport-b64334c-3.8

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

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

@miss-islington miss-islington merged commit 681285d into python:3.8 Dec 6, 2019
@miss-islington miss-islington deleted the backport-b64334c-3.8 branch December 6, 2019 14:59
@miss-islington
Copy link
Contributor Author

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

1 similar comment
@miss-islington
Copy link
Contributor Author

@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.

5 participants