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