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 Mark.Shannon, benjamin.peterson, ncoghlan, pitrou, serhiy.storchaka
Date 2018-03-18.21:16:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521407811.83.0.467229070634.issue32949@psf.upfronthosting.co.za>
In-reply-to
Content
There are problems with the f_lineno setter when duplicate a finally body. The duplication works for "with" only because the cleanup code for "with" doesn't correspond any line number.
History
Date User Action Args
2018-03-18 21:16:51serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pitrou, benjamin.peterson, Mark.Shannon
2018-03-18 21:16:51serhiy.storchakasetmessageid: <1521407811.83.0.467229070634.issue32949@psf.upfronthosting.co.za>
2018-03-18 21:16:51serhiy.storchakalinkissue32949 messages
2018-03-18 21:16:51serhiy.storchakacreate