This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients pitrou, serhiy.storchaka
Date 2018-03-08.07:46:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520495198.82.0.467229070634.issue33026@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-03-08 07:46:38serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou
2018-03-08 07:46:38serhiy.storchakasetmessageid: <1520495198.82.0.467229070634.issue33026@psf.upfronthosting.co.za>
2018-03-08 07:46:38serhiy.storchakalinkissue33026 messages
2018-03-08 07:46:38serhiy.storchakacreate