Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
miss-islington merged 1 commit into
python:3.8python/cpython:3.8from
miss-islington:backport-b64334c-3.8miss-islington/cpython:backport-b64334c-3.8Copy head branch name to clipboard
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 into
python:3.8python/cpython:3.8from
miss-islington:backport-b64334c-3.8miss-islington/cpython:backport-b64334c-3.8Copy head branch name to clipboard

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
Contributor Author

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

1 similar comment
@miss-islington

Copy link
Copy Markdown
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.