mirror of
https://github.com/python/cpython.git
synced 2026-08-11 16:28:53 +08:00
* Remove the f_state field from _PyInterpreterFrame * Make ownership of the frame explicit, replacing the is_generator field with an owner field.
Miscellaneous source files for the main Python shared library