[New-bugs-announce] [issue43495] Missing frame block push in compiler_async_comprehension_generator()

Thomas Anderson report at bugs.python.org
Sun Mar 14 20:32:22 EDT 2021


New submission from Thomas Anderson <tomkpz at gmail.com>:

The runtime pushes a frame block in SETUP_FINALLY, so the compiler needs to account for that, otherwise the runtime block stack may overflow.

----------
components: Interpreter Core
messages: 388696
nosy: tomkpz
priority: normal
severity: normal
status: open
title: Missing frame block push in compiler_async_comprehension_generator()
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43495>
_______________________________________


More information about the New-bugs-announce mailing list