We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ba48c commit 72140d7Copy full SHA for 72140d7
1 file changed
uvloop/handles/process.pyx
@@ -101,6 +101,7 @@ cdef class UVProcess(UVHandle):
101
self._finish_init()
102
103
os_close(self._errpipe_write)
104
+ self._errpipe_write = -1
105
106
if preexec_fn is not None:
107
errpipe_data = bytearray()
0 commit comments