[issue2507] Exception state lives too long in 3.0

Jeffrey Yasskin report at bugs.python.org
Sat Mar 29 23:50:57 CET 2008


Jeffrey Yasskin <jyasskin at gmail.com> added the comment:

Thanks for the patch. This isn't specific to threads at all, so the test
doesn't need to spawn a thread, just raise an exception from a nested
function with a parameter, catch it, delete the object the parameter
referred to, and then check that the object has been destroyed.

I don't know the exception handling code very well, so I'd like someone
more familiar with it to check that the patch is correct and efficient.
Collin, would you do the honors?

----------
assignee:  -> collinwinter
nosy: +collinwinter

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2507>
__________________________________


More information about the Python-bugs-list mailing list