mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
193 B
ReStructuredText
3 lines
193 B
ReStructuredText
Don't create frame objects for incomplete frames. Prevents the creation of
|
|
generators and closures from being observable to Python and C extensions,
|
|
restoring the behavior of 3.10 and earlier.
|