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 Mark.Shannon
Recipients Demur Rumed, Mark.Shannon, benjamin.peterson, christian.heimes, mark.dickinson, nascheme, ncoghlan, pitrou, rhettinger, serhiy.storchaka, trent
Date 2017-12-04.17:41:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512409312.72.0.213398074469.issue17611@psf.upfronthosting.co.za>
In-reply-to
Content
Actually looking back at the original patch, the gap between __enter__ and SETUP_FINALLY *was* in the original patch. My mistake. 

The fix would to be restore SETUP_WITH. The complexity we really want to get rid of is at the end of the with statement not the start.
History
Date User Action Args
2017-12-04 17:41:52Mark.Shannonsetrecipients: + Mark.Shannon, nascheme, rhettinger, mark.dickinson, ncoghlan, pitrou, christian.heimes, benjamin.peterson, trent, serhiy.storchaka, Demur Rumed
2017-12-04 17:41:52Mark.Shannonsetmessageid: <1512409312.72.0.213398074469.issue17611@psf.upfronthosting.co.za>
2017-12-04 17:41:52Mark.Shannonlinkissue17611 messages
2017-12-04 17:41:52Mark.Shannoncreate