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 gvanrossum
Recipients Mark.Shannon, db3l, gvanrossum, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-03-01.01:05:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614560703.48.0.845834539035.issue43271@roundup.psfhosted.org>
In-reply-to
Content
Thanks David!

So the crash only happens in debug mode?

PEP 651 promises to take reduce the C stack usage in the future. Therefore, I would be okay with rolling this back for the time being.
If we do roll it back, maybe add a comment to ceval.c explaining
that even in debug mode this file is optimized?

(The change to the pragma can stay, those two letters have been unused for a decade.)
History
Date User Action Args
2021-03-01 01:05:03gvanrossumsetrecipients: + gvanrossum, paul.moore, db3l, vstinner, tim.golden, Mark.Shannon, zach.ware, steve.dower
2021-03-01 01:05:03gvanrossumsetmessageid: <1614560703.48.0.845834539035.issue43271@roundup.psfhosted.org>
2021-03-01 01:05:03gvanrossumlinkissue43271 messages
2021-03-01 01:05:02gvanrossumcreate