Mark Shannon 49daf6dba8
bpo-47045: Remove f_state field (GH-31963)
* Remove the f_state field from _PyInterpreterFrame

*  Make ownership of the frame explicit, replacing the is_generator field with an owner field.
2022-03-22 12:57:19 +00:00
..
2022-03-05 17:47:00 +02:00

Miscellaneous source files for the main Python shared library