[issue44032] Function locals and evaluation stack should be stored in a contiguous, per-thread stack

STINNER Victor report at bugs.python.org
Tue Feb 22 12:33:39 EST 2022


STINNER Victor <vstinner at python.org> added the comment:

Removing the PyFrameObject.f_code member (commit b11a951f16f0603d98de24fee5c023df83ea552c) broke by gevent project:

* https://github.com/gevent/gevent/issues/1867
* https://bugs.python.org/issue40421#msg413719

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44032>
_______________________________________


More information about the Python-bugs-list mailing list