[issue44906] Crash on deep call stack under Windows

Steve Dower report at bugs.python.org
Fri Aug 13 17:14:39 EDT 2021


Steve Dower <steve.dower at python.org> added the comment:

I guess we've got a new path through the interpreter loop that takes more stack space than before and isn't part of our existing recursion tests.

It's probably somewhere in the vector call changes. Capturing the stack at overflow point should show us - I'll see if I can get it easily from the repro.

----------
components: +Interpreter Core

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


More information about the Python-bugs-list mailing list