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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-05-01.20:01:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588363299.47.0.488340796462.issue40458@roundup.psfhosted.org>
In-reply-to
Content
Turns out the stack reservation was different, which is why it was crashing.

As part of diagnosing it, I added the recursion count to faulthandler's output on Windows, but couldn't see if/where to do it for other platforms - Victor, any suggestions?
History
Date User Action Args
2020-05-01 20:01:39steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware
2020-05-01 20:01:39steve.dowersetmessageid: <1588363299.47.0.488340796462.issue40458@roundup.psfhosted.org>
2020-05-01 20:01:39steve.dowerlinkissue40458 messages
2020-05-01 20:01:39steve.dowercreate