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 Christian.Tismer, Mark.Shannon, corona10, gvanrossum, kj, pablogsal, serhiy.storchaka, steve.dower, vstinner
Date 2021-09-23.15:59:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632412743.66.0.229567755842.issue45256@roundup.psfhosted.org>
In-reply-to
Content
I fully support implementing the core idea of Stackless Python :)

I spent a whole EuroPython a couple of years back discussing the idea with (apparently) everyone except Mark.

Though I wouldn't like to lose the ability to extract the Python stack by inspecting native memory alone. That is very useful for debugging, particularly when you've only got a crash dump. So provided all the code objects are only an indirection or two away from a local (or better yet, parameter) value, it should be fine.
History
Date User Action Args
2021-09-23 15:59:03steve.dowersetrecipients: + steve.dower, gvanrossum, vstinner, Mark.Shannon, serhiy.storchaka, Christian.Tismer, corona10, pablogsal, kj
2021-09-23 15:59:03steve.dowersetmessageid: <1632412743.66.0.229567755842.issue45256@roundup.psfhosted.org>
2021-09-23 15:59:03steve.dowerlinkissue45256 messages
2021-09-23 15:59:03steve.dowercreate