Staging
v0.8.1
https://github.com/python/cpython
Revision b64334cb93d0ddbb551c8cd712942bab2fc72772 authored by Mario Corchero on 06 December 2019, 14:27:38 UTC, committed by Miss Islington (bot) on 06 December 2019, 14:27:38 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
1 parent efefe25
Raw File
Tip revision: b64334cb93d0ddbb551c8cd712942bab2fc72772 authored by Mario Corchero on 06 December 2019, 14:27:38 UTC
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)
Tip revision: b64334c
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top