This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients aleReimondo, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-08-13.21:14:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628889279.87.0.571276777074.issue44906@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-08-13 21:14:40steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, aleReimondo
2021-08-13 21:14:39steve.dowersetmessageid: <1628889279.87.0.571276777074.issue44906@roundup.psfhosted.org>
2021-08-13 21:14:39steve.dowerlinkissue44906 messages
2021-08-13 21:14:39steve.dowercreate