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 iritkatriel
Recipients iritkatriel
Date 2022-01-21.15:26:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The compiler emits code for try-except-else-finally in the order in which it appears in the source, but it could probably produce faster code if it optimizes for the no-exception path.
History
Date User Action Args
2022-01-21 15:26:03iritkatrielsetrecipients: + iritkatriel
2022-01-21 15:26:03iritkatrielsetmessageid: <[email protected]>
2022-01-21 15:26:03iritkatriellinkissue46458 messages
2022-01-21 15:26:03iritkatrielcreate