STINNER Victor added the comment:

"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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18408>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to