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 Mark.Shannon, nedbat, petr.viktorin, scoder, vstinner
Date 2022-02-22.17:32:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645551120.48.0.461572589149.issue40421@roundup.psfhosted.org>
In-reply-to
Content
The f_code member has been removed by in bpo-44032 by the commit b11a951f16f0603d98de24fee5c023df83ea552c.

The f_frame member has been added in bpo-44590 by the commit ae0a2b756255629140efcbe57fc2e714f0267aa3.

See also bpo-46355 [C API] Document PyFrameObject and PyThreadState changes and explain how to port code to Python 3.11.
History
Date User Action Args
2022-02-22 17:32:00vstinnersetrecipients: + vstinner, scoder, nedbat, petr.viktorin, Mark.Shannon
2022-02-22 17:32:00vstinnersetmessageid: <1645551120.48.0.461572589149.issue40421@roundup.psfhosted.org>
2022-02-22 17:32:00vstinnerlinkissue40421 messages
2022-02-22 17:32:00vstinnercreate