Stefan Behnel <stefan...@behnel.de> added the comment:

I added this assertion exactly for the purpose of finding this kind of bug. It 
means that some code tried to look up an attribute with a live exception set, 
which previously could swallow the exception in certain situations, and even if 
not, it is always the wrong thing to do.

Looking at the stack trace, my guess is that the problem is closer to the crash 
than the coverage calls. I'd suggest taking a look at the frame cleanup in the 
traceback module.

----------
nosy: +scoder

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34068>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to