mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
If the generator is already cleared, then most fields in the generator's frame are not valid other than f_executable. The invalid fields may contain dangling pointers and should not be used.
Miscellaneous source files for the main Python shared library