~cjwatson/storm/py3-traceback-reference-cycles

  • Committer: Colin Watson
  • Date: 2021-05-13 23:23:17 UTC
  • Revision ID: cjwatson@canonical.com-20210513232317-qkrnn0s7w2l8yjjt
Avoid traceback reference cycles when wrapping exceptions.

`wrap_exceptions` stored the original exception's traceback in a local
variable, but the traceback in turn contains a reference to that frame,
creating a reference cycle.  The situation is worse on Python 3, because the
original exception also has the associated traceback as a `__traceback__`
attribute, producing more complicated reference cycles.  Delete these local
variables before returning to avoid leaking memory over time.
Filename Latest Rev Last Changed Committer Comment Size
..
dev 424.2.1 12 years ago David Britton Adding some dev setup scripts. Diff
storm 1 17 years ago Gustavo Niemeyer Adding initial infrastructure. Diff
.bzrignore 566.1.3 3 years ago Colin Watson Restore MySQL support. We've had some requests to 339 bytes Diff Download File
doc-requirements.txt 558 3 years ago Colin Watson Add doc-requirements.txt for readthedocs builds. 7 bytes Diff Download File
LICENSE 129 16 years ago Gustavo Niemeyer Added LGPL version 2.1 in the LICENSE file, and a 25.9 KB Diff Download File
Makefile 487.2.1 4 years ago Colin Watson Add tox testing support. 740 bytes Diff Download File
MANIFEST.in 570 3 years ago Colin Watson Fix MANIFEST.in prune syntax. 206 bytes Diff Download File
NEWS 572 2 years ago Colin Watson Avoid traceback reference cycles when wrapping exc 27.9 KB Diff Download File
README 566.1.3 3 years ago Colin Watson Restore MySQL support. We've had some requests to 5.6 KB Diff Download File
setup.cfg 413 12 years ago Barry Warsaw Add .tar.gz format. 32 bytes Diff Download File
File setup.py 568.1.1 3 years ago Colin Watson Support Python 3.9. 2.8 KB Diff Download File
TODO 274 15 years ago Gustavo Niemeyer Updated TODO file with Gavin Panella's suggestion 2.4 KB Diff Download File
tox.ini 568.1.1 3 years ago Colin Watson Support Python 3.9. 710 bytes Diff Download File