pull/1356/merge
Alex Willmer 1 week ago committed by GitHub
commit e6f1b187bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1423,7 +1423,7 @@ class Connection(object):
def _first_stage():
R,W=os.pipe()
r,w=os.pipe()
if os.fork():
if os.fork()==0:
os.dup2(0,100)
os.dup2(R,0)
os.dup2(r,101)

Loading…
Cancel
Save