[issue34068] traceback.clear_frames(): Objects/typeobject.c:3086: _PyType_Lookup: Assertion `!PyErr_Occurred()' failed.

Serhiy Storchaka report at bugs.python.org
Tue Jul 17 08:21:41 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

> The assertion failure is a little bit "far" from the bug: would it make sense to add "assert(!PyErr_Occurred());" to the entry point of:

This looks like a part of larger issue, and I think it deserves a separate issue on the tracker.

See also issue26776.

----------
stage: patch review -> resolved

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34068>
_______________________________________


More information about the Python-bugs-list mailing list