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 vstinner
Recipients Eugene Viktorov, SilentGhost, eryksun, georg.brandl, martin.panter, vstinner
Date 2016-02-19.08:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455870612.28.0.263992208913.issue26385@psf.upfronthosting.co.za>
In-reply-to
Content
> I wonder if Victor could clarify why bare except wasn't used in the python3 version.

What do you call a "bare except"?

I wrote "except Exception: <cleanup code>; raise", it doesn't ignore the error. I want to always call the cleanup code on error.
History
Date User Action Args
2016-02-19 08:30:12vstinnersetrecipients: + vstinner, georg.brandl, SilentGhost, martin.panter, eryksun, Eugene Viktorov
2016-02-19 08:30:12vstinnersetmessageid: <1455870612.28.0.263992208913.issue26385@psf.upfronthosting.co.za>
2016-02-19 08:30:12vstinnerlinkissue26385 messages
2016-02-19 08:30:12vstinnercreate