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 gregory.p.smith, neologix, python-dev, scoder, serhiy.storchaka, vstinner
Date 2013-07-19.21:39:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374269979.08.0.560949716062.issue18408@psf.upfronthosting.co.za>
In-reply-to
Content
"import_init() calls Py_FatalError() at any error. This is not kind for Py_NewInterpreter() which calls import_init(): Py_NewInterpreter() exits Python with a fatal error, instead of returning NULL, on import_init() failure."

I created the issue #18507 for that.
History
Date User Action Args
2013-07-19 21:39:39vstinnersetrecipients: + vstinner, gregory.p.smith, scoder, neologix, python-dev, serhiy.storchaka
2013-07-19 21:39:39vstinnersetmessageid: <1374269979.08.0.560949716062.issue18408@psf.upfronthosting.co.za>
2013-07-19 21:39:39vstinnerlinkissue18408 messages
2013-07-19 21:39:39vstinnercreate