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:27:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645550845.82.0.72503508124.issue40421@roundup.psfhosted.org>
In-reply-to
Content
The gevent project is not compatible with Python 3.11: it gets and sets directly PyFrameObject.f_code member which has been removed in Python 3.11 (moved to PyFrameObject.f_frame.f_code internal C API).

gevent issue: https://github.com/gevent/gevent/issues/1867
History
Date User Action Args
2022-02-22 17:27:25vstinnersetrecipients: + vstinner, scoder, nedbat, petr.viktorin, Mark.Shannon
2022-02-22 17:27:25vstinnersetmessageid: <1645550845.82.0.72503508124.issue40421@roundup.psfhosted.org>
2022-02-22 17:27:25vstinnerlinkissue40421 messages
2022-02-22 17:27:25vstinnercreate