[issue40458] test_bad_getattr crashes on APPX test

STINNER Victor report at bugs.python.org
Fri May 1 17:26:47 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

> Also, it was really test_bad_getattr that was crashing.

Ah, an old friend. It seems like an issue with the maximum stack size. Here are my notes:
https://pythondev.readthedocs.io/unstable_tests.html#unlimited-recursion

Either reduce Python maximum stack depth, or increase the C stack size.

----------

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


More information about the Python-bugs-list mailing list