[issue18102] except-clause with own exception class inside generator can lead to confusing warning on termination

R. David Murray report at bugs.python.org
Thu May 30 17:41:30 CEST 2013


R. David Murray added the comment:

You are almost certainly correct.  MyException can get set to None during interpreter shutdown.  There are a couple of active issues and a PEP that address this type of problem, so this issue probably isn't needed, but I'll leave that up to Antoine, who is working on it.

----------
nosy: +pitrou, r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18102>
_______________________________________


More information about the Python-bugs-list mailing list