STINNER Victor <vstin...@python.org> added the comment:

stack_overflow-4.py: Update script from bpo-30866 to measure stack memory usage 
before Python crash or raises a RecursionError.

I had to modify the script since calling a Python function from a Python 
function no longer allocates (additional) memory on the stack! See bpo-45256 
"Remove the usage of the C stack in Python to Python calls".

----------
Added file: https://bugs.python.org/file50600/stack_overflow-4.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46600>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to