]> granicus.if.org Git - python/commit
Fixes #10541: regrtest -T is broken
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 29 Jun 2014 21:44:05 +0000 (17:44 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 29 Jun 2014 21:44:05 +0000 (17:44 -0400)
commitf026dae130bf6f9015c4b212f16852ba4a3f3dec
treef3cef557d7c98cf965688901d63bb2d3cd705b8d
parent15c6ed52390cade3b070bf4b7097cb1d121d9dac
Fixes #10541: regrtest -T is broken

 * makes test_trace tests restore the tracefunc after they run
 * write_results() in trace module will not terminate if lnotab
   cannot be found.
Lib/test/test_trace.py
Lib/trace.py