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 gregory.p.smith
Recipients Mark.Shannon, benjamin.peterson, gregory.p.smith, ncoghlan, pitrou, serhiy.storchaka
Date 2018-07-08.19:42:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531078959.98.0.56676864532.issue32949@psf.upfronthosting.co.za>
In-reply-to
Content
Additional related PR: https://github.com/python/cpython/pull/6641 tied to issue33387 which proposes replacing the existing with and try related bytecodes with two simpler ones: RERAISE and WITH_EXCEPT_FINISH.
History
Date User Action Args
2018-07-08 19:42:39gregory.p.smithsetrecipients: + gregory.p.smith, ncoghlan, pitrou, benjamin.peterson, Mark.Shannon, serhiy.storchaka
2018-07-08 19:42:39gregory.p.smithsetmessageid: <1531078959.98.0.56676864532.issue32949@psf.upfronthosting.co.za>
2018-07-08 19:42:39gregory.p.smithlinkissue32949 messages
2018-07-08 19:42:39gregory.p.smithcreate