STINNER Victor <vstin...@python.org> added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40421>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to