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 brandtbucher
Recipients Mark.Shannon, brandtbucher, eric.snow, gvanrossum, vstinner
Date 2022-01-29.00:57:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643417845.24.0.568666939548.issue45953@roundup.psfhosted.org>
In-reply-to
Content
Any chance we could revert the recent renaming of tstate.exc_state and tstate.root_cframe in https://github.com/python/cpython/pull/30590? It broke Greenlet again:

https://github.com/python-greenlet/greenlet/issues/288

If it's only a name change (and the members themselves are the same), I think reverting it is preferable to burying Greenlet in more compatibility macros and bugging them to put out another new release.
History
Date User Action Args
2022-01-29 00:57:25brandtbuchersetrecipients: + brandtbucher, gvanrossum, vstinner, Mark.Shannon, eric.snow
2022-01-29 00:57:25brandtbuchersetmessageid: <1643417845.24.0.568666939548.issue45953@roundup.psfhosted.org>
2022-01-29 00:57:25brandtbucherlinkissue45953 messages
2022-01-29 00:57:25brandtbuchercreate