[issue25782] CPython hangs on error __context__ set to the error itself

Gregory P. Smith report at bugs.python.org
Tue Jun 14 12:06:12 EDT 2016


Gregory P. Smith added the comment:

I think I'm with Nick on this, the re-ordering fix is the closest to the right thing to do for 3.5 as it at least leaves all exceptions present in the chain.

As a more accurate long term fix, it would be great if we could express the tree via tuples in exception context in 3.6 or later.

----------

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


More information about the Python-bugs-list mailing list