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-11.07:30:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520753416.02.0.467229070634.issue33026@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 04aadf23eac51fec2e436c5960c1362bbb7d03de by Serhiy Storchaka in branch '3.7':
[3.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (#6074)
https://github.com/python/cpython/commit/04aadf23eac51fec2e436c5960c1362bbb7d03de
History
Date User Action Args
2018-03-11 07:30:16serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou
2018-03-11 07:30:16serhiy.storchakasetmessageid: <1520753416.02.0.467229070634.issue33026@psf.upfronthosting.co.za>
2018-03-11 07:30:16serhiy.storchakalinkissue33026 messages
2018-03-11 07:30:15serhiy.storchakacreate