mirror of https://github.com/MagicStack/uvloop.git
parent
e3cbfa1aa8
commit
af4ab228dc
|
@ -472,5 +472,3 @@ cdef extern from "uv.h" nogil:
|
|||
const uv_process_options_t* options)
|
||||
|
||||
int uv_process_kill(uv_process_t* handle, int signum)
|
||||
|
||||
void uv_disable_stdio_inheritance()
|
||||
|
|
|
@ -168,8 +168,6 @@ cdef class Loop:
|
|||
self, "loop._exec_queued_writes",
|
||||
<method_t>self._exec_queued_writes, self))
|
||||
|
||||
uv.uv_disable_stdio_inheritance()
|
||||
|
||||
self._coroutine_wrapper_set = False
|
||||
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in New Issue