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 jonathanmcdougall
Recipients Tom.Whittock, amaury.forgeotdarc, georg.brandl, gregory.p.smith, jonathanmcdougall, jwp, mutkuk, pitrou, vstinner
Date 2012-12-23.04:58:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356238719.79.0.75990976585.issue1195571@psf.upfronthosting.co.za>
In-reply-to
Content
While trying to come up with a patch, I'm starting to realize the number
of modifications needed to make this work. Py_FatalError() is called all
over the place assuming that it never returns. The scope of this feature
is enormous.

I'm wondering what would happen if I threw an exception from there :)
History
Date User Action Args
2012-12-23 04:58:40jonathanmcdougallsetrecipients: + jonathanmcdougall, georg.brandl, gregory.p.smith, amaury.forgeotdarc, pitrou, vstinner, mutkuk, jwp, Tom.Whittock
2012-12-23 04:58:39jonathanmcdougallsetmessageid: <1356238719.79.0.75990976585.issue1195571@psf.upfronthosting.co.za>
2012-12-23 04:58:39jonathanmcdougalllinkissue1195571 messages
2012-12-23 04:58:39jonathanmcdougallcreate