python-greenlet / greenlet

Lightweight in-process concurrent programming
Other
1.64k stars 247 forks source link

WIP: Draft PyFrameStack API #407

Closed vstinner closed 4 months ago

vstinner commented 4 months ago

Experimental change to move "save/restore the frame stack" into a dedicated C API in CPython upstream: https://github.com/python/cpython/issues/91371

vstinner commented 4 months ago

This change is a proof-of-concept for https://github.com/python/cpython/issues/91371, it's not intented to be merged. It's more to discuss on how such API would look alike.

vstinner commented 4 months ago

I abandon my PR.