]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
doctest systematically leaked memory when handling an exception in an
authorTim Peters <tim.peters@gmail.com>
Sun, 24 Jun 2001 18:59:01 +0000 (18:59 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 24 Jun 2001 18:59:01 +0000 (18:59 +0000)
commit77f2d504c3891ff7f75d1e50d12b4cdb30e89767
tree4855d5712882999df0326562e4ff18649c044416
parentb2bc6a93df64f4a0d3aef5514bf68fa1dd8d8724
doctest systematically leaked memory when handling an exception in an
example (an obvious trackback cycle).  Repaired.
Bugfix candidate.
Lib/doctest.py