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 ncoghlan
Recipients barry, ezio.melotti, flox, lemburg, ncoghlan, vstinner
Date 2013-11-04.23:39:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383608399.47.0.441378809477.issue17828@psf.upfronthosting.co.za>
In-reply-to
Content
I think I figured out a better way to structure this that avoids the need for the output flag and is more easily expanded to whitelist additional exception types as safe to wrap.

I'll try to come up with a new patch tonight.
History
Date User Action Args
2013-11-04 23:39:59ncoghlansetrecipients: + ncoghlan, lemburg, barry, vstinner, ezio.melotti, flox
2013-11-04 23:39:59ncoghlansetmessageid: <1383608399.47.0.441378809477.issue17828@psf.upfronthosting.co.za>
2013-11-04 23:39:59ncoghlanlinkissue17828 messages
2013-11-04 23:39:59ncoghlancreate