Staging
v0.5.1
https://github.com/python/cpython
Revision 681285d052977e3a3a82ef665e788946fca1ac59 authored by Miss Islington (bot) on 06 December 2019, 14:59:49 UTC, committed by GitHub on 06 December 2019, 14:59:49 UTC

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 b64334cb93d0ddbb551c8cd712942bab2fc72772)

Co-authored-by: Mario Corchero <mcorcherojim@bloomberg.net>
1 parent e21aa61
History
Tip revision: 681285d052977e3a3a82ef665e788946fca1ac59 authored by Miss Islington (bot) on 06 December 2019, 14:59:49 UTC
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)
Tip revision: 681285d
File Mode Size
CODEOWNERS -rw-r--r-- 2.7 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 700 bytes
SECURITY.md -rw-r--r-- 530 bytes
codecov.yml -rw-r--r-- 482 bytes

back to top