Message206289
| 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 :-) |
|