We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cbfa1 commit af4ab22Copy full SHA for af4ab22
uvloop/includes/uv.pxd
@@ -472,5 +472,3 @@ cdef extern from "uv.h" nogil:
472
const uv_process_options_t* options)
473
474
int uv_process_kill(uv_process_t* handle, int signum)
475
-
476
- void uv_disable_stdio_inheritance()
uvloop/loop.pyx
@@ -168,8 +168,6 @@ cdef class Loop:
168
self, "loop._exec_queued_writes",
169
<method_t>self._exec_queued_writes, self))
170
171
- uv.uv_disable_stdio_inheritance()
172
173
self._coroutine_wrapper_set = False
174
175
def __init__(self):
0 commit comments