[issue29855] The traceback compounding of RecursionError fails to work with __get__

Jim Fasarakis-Hilliard report at bugs.python.org
Sun Mar 19 23:58:58 EDT 2017


Jim Fasarakis-Hilliard added the comment:

I'm pretty sure this is by design; the change introduced in [1] tried to keep things simple by only trimming the output when the lines were identical. More complicated scenarios are trickier to implement.

It should be interesting to see if the core-devs believe a change like this is warranted, though.

[1]: https://bugs.python.org/issue26823

----------
components: +Interpreter Core
nosy: +Jim Fasarakis-Hilliard
versions: +Python 3.7

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


More information about the Python-bugs-list mailing list