Kaydet (Commit) df6f3f6f authored tarafından Zachary Ware's avatar Zachary Ware Kaydeden (comit) GitHub

fix subprocess on Windows (GH-391 backport) (GH-623)

üst b3536df9
......@@ -986,7 +986,7 @@ class Popen(object):
int(not close_fds),
creationflags,
env,
cwd,
os.fspath(cwd) if cwd is not None else None,
startupinfo)
finally:
# Child is launched. Close the parent's copy of those pipe
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment