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 vstinner
Recipients vstinner
Date 2022-02-23.15:23:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645629802.0.0.691262549286.issue46836@roundup.psfhosted.org>
In-reply-to
Content
I marked my PR as a draft since this change is an incompatible change. Even if PyFrameObject structure is excluded from the limited C API and not documented, it's used by a few projects. I plan to check how this change impacts these projects before merging the change.

For example, test this change on:

* Cython: https://github.com/cython/cython/issues/4500
* gevent: https://github.com/gevent/gevent/issues/1867
* coverage uses f_lasti: https://bugs.python.org/issue40421#msg403814
History
Date User Action Args
2022-02-23 15:23:22vstinnersetrecipients: + vstinner
2022-02-23 15:23:22vstinnersetmessageid: <1645629802.0.0.691262549286.issue46836@roundup.psfhosted.org>
2022-02-23 15:23:21vstinnerlinkissue46836 messages
2022-02-23 15:23:21vstinnercreate