mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
c1bf4874c1
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