mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
b02301fa5a
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