| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…pythonGH-118348) 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. (cherry picked from commit c1bf487)
| Back | FazBrowse Home | New Git URL |
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.
(cherry picked from commit c1bf487)