[New-bugs-announce] [issue33026] Fix jumping out of "with" block

Serhiy Storchaka report at bugs.python.org
Thu Mar 8 02:46:38 EST 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

The proposed PR fixes jumping from "with" block. Currently the exit function is left on the stack.

This fix is for 3.8 only. 3.7 and older versions are affected by this bug, but since the code was significantly changed in 3.8, I'm not sure it will be so easy to fix it in older versions.

----------
components: Interpreter Core
messages: 313426
nosy: pitrou, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Fix jumping out of "with" block
type: crash
versions: Python 3.8

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


More information about the New-bugs-announce mailing list