[issue16650] Popen._internal_poll() references errno.ECHILD outside of the local scope

Andrew Svetlov report at bugs.python.org
Tue Dec 18 13:15:50 CET 2012


Andrew Svetlov added the comment:

As I can see in Py_Finalize finalized for standard exception classes is called after any python code has been finished, so we don't need to protect those exceptions.

----------

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


More information about the Python-bugs-list mailing list