3 lines
64 B
Cython
3 lines
64 B
Cython
cdef extern from "includes/debug.h":
|
|
|
|
cdef int UVLOOP_DEBUG
|
cdef extern from "includes/debug.h":
|
|
|
|
cdef int UVLOOP_DEBUG
|