[issue28732] spawnl crash on windows7

Steve Dower report at bugs.python.org
Fri Nov 18 18:50:48 EST 2016


Steve Dower added the comment:

Looks like a few functions in os module need this. os_execve_impl also doesn't release the GIL at any point, but I don't see why it shouldn't.

I'll try and get to this over the weekend if nobody else comes up with a patch first.

----------

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


More information about the Python-bugs-list mailing list