mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
a01694dacd
Add a FRAME_SUSPENDED_YIELD_FROM_LOCKED state that acts as a brief lock, preventing other threads from transitioning the frame state while gen_getyieldfrom reads the yield-from object off the stack.
Miscellaneous source files for the main Python shared library