mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03: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.
1 line
70 B
ReStructuredText
1 line
70 B
ReStructuredText
Fix crash in compiler on 'async with' that has many context managers.
|