[issue46836] [C API] Move PyFrameObject to the internal C API

Brandt Bucher report at bugs.python.org
Tue Mar 1 12:02:23 EST 2022


Brandt Bucher <brandtbucher at gmail.com> added the comment:

Victor, can we please revert these changes? They broke Greenlet, a required dependency for three of our performance benchmarks:

https://github.com/python-greenlet/greenlet/issues/288#issuecomment-1055632607

I've already spent considerable effort contributing workarounds for other 3.11 breakages in Greenlet and coaxing them to put out a compatible release:

https://github.com/python-greenlet/greenlet/pull/280

These changes, however, just seem like needless breakage that are now also impacting our performance work.

----------

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


More information about the Python-bugs-list mailing list