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 Mark.Shannon, nedbat
Date 2020-12-15.12:21:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608034892.59.0.529132946554.issue42645@roundup.psfhosted.org>
In-reply-to
Content
This function

def f():
     try:
         return 2
     finally:
         4

would generate a try of [1, 2, 4, 2].  It should generate [1, 2, 4]
and not trace the return twice.
History
Date User Action Args
2020-12-15 12:21:32Mark.Shannonsetrecipients: + Mark.Shannon, nedbat
2020-12-15 12:21:32Mark.Shannonsetmessageid: <1608034892.59.0.529132946554.issue42645@roundup.psfhosted.org>
2020-12-15 12:21:32Mark.Shannonlinkissue42645 messages
2020-12-15 12:21:32Mark.Shannoncreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.