[issue28858] Fastcall uses more C stack

Serhiy Storchaka report at bugs.python.org
Sun Dec 4 17:49:30 EST 2016


Serhiy Storchaka added the comment:

Thanks Victor.

Following script includes several examples of achieving a stack overflow (most are real world examples or can be used in real world examples). It measures maximal deep for every type of recursion.

----------
Added file: http://bugs.python.org/file45757/stack_overflow.py

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


More information about the Python-bugs-list mailing list