Message193378
"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. |
|
| Date |
User |
Action |
Args |
| 2013-07-19 21:39:39 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, scoder, neologix, python-dev, serhiy.storchaka |
| 2013-07-19 21:39:39 | vstinner | set | messageid: <[email protected]> |
| 2013-07-19 21:39:39 | vstinner | link | issue18408 messages |
| 2013-07-19 21:39:39 | vstinner | create | |
|