[Python-3000] Exception tracebacks living too long in 3.0

Antoine Pitrou solipsis at pitrou.net
Sat Mar 29 15:37:03 CET 2008


> The explanation seems to be that, while exc_info is cleared immediately, the
> thread state exception fields are only cleaned up at the end of
> PyEval_EvalFrameEx.

Patch and test in http://bugs.python.org/issue2507





More information about the Python-3000 mailing list