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 Jurko.Gospodnetić, brian.curtin, lemburg, pitrou, tim.golden, tim.peters, vstinner
Date 2013-12-16.09:37:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387186672.44.0.589848207027.issue19983@psf.upfronthosting.co.za>
In-reply-to
Content
> BTW: Why can't we make this an official API function, e.g. Py_Terminate() ?

Exiting Python immediatly is bad practice, there is already Py_FatalError() for that.

Instead of adding a second public function, I would prefer to remove most calls to Py_FatalError() and write nicer error handlers :-)
History
Date User Action Args
2013-12-16 09:37:52vstinnersetrecipients: + vstinner, lemburg, tim.peters, pitrou, tim.golden, brian.curtin, Jurko.Gospodnetić
2013-12-16 09:37:52vstinnersetmessageid: <1387186672.44.0.589848207027.issue19983@psf.upfronthosting.co.za>
2013-12-16 09:37:52vstinnerlinkissue19983 messages
2013-12-16 09:37:52vstinnercreate