[issue25764] PyObject_Call() is called with an exception set in subprocess

Martin Panter report at bugs.python.org
Mon Nov 30 05:17:13 EST 2015


Martin Panter added the comment:

Couldn’t re-enabling garbage collection cause errno to be overwritten? Even if I saved errno until later, there is still the RuntimeError from releasing the import lock to worry about.

Now that I look closer, I see the lock release code path sets this exception, but does not return NULL. Another bug.

----------

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


More information about the Python-bugs-list mailing list