summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-05-06-15-34-17.bpo-36820.Eh5mIB.rst
blob: 82f6635c81582de26262163ba65c7e5c545374ff (plain)
1
2
3
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. Patch by Mario Corchero.