[issue5319] stdout error at interpreter shutdown fails to return OS error status

Martin Panter report at bugs.python.org
Thu Jun 4 13:36:08 CEST 2015


Martin Panter added the comment:

I guess this would involve:

* Making a new API called Py_Finalize2() or something that returns the status
* Redefine the existing Py_Finalize() to call Py_Finalize2() and ignore the return value

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5319>
_______________________________________


More information about the Python-bugs-list mailing list