mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Account for `add_stopiteration_handler` pushing a block for `async with`. To allow generator functions that previously almost hit the `CO_MAXBLOCKS` limit by nesting non-async blocks, the limit is increased by 1. This increase allows one more block in non-generator functions.
Miscellaneous source files for the main Python shared library