Message413719
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 | |
| Date | User | Action | Args | | 2022-02-22 17:27:25 | vstinner | set | recipients: + vstinner, scoder, nedbat, petr.viktorin, Mark.Shannon | | 2022-02-22 17:27:25 | vstinner | set | messageid: <1645550845.82.0.72503508124.issue40421@roundup.psfhosted.org> | | 2022-02-22 17:27:25 | vstinner | link | issue40421 messages | | 2022-02-22 17:27:25 | vstinner | create | | |