Message193142
| Author |
vstinner |
| Recipients |
gregory.p.smith, python-dev, vstinner |
| Date |
2013年07月16日.01:28:49 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1373938130.0.0.375474726946.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. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2013年07月16日 01:28:50 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, python-dev |
| 2013年07月16日 01:28:50 | vstinner | set | messageid: <1373938130.0.0.375474726946.issue18408@psf.upfronthosting.co.za> |
| 2013年07月16日 01:28:49 | vstinner | link | issue18408 messages |
| 2013年07月16日 01:28:49 | vstinner | create |
|