We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ea517 commit 5eef2d5Copy full SHA for 5eef2d5
uvloop/handles/basetransport.pyx
@@ -1,4 +1,3 @@
1
-@cython.no_gc_clear
2
cdef class UVBaseTransport(UVSocketHandle):
3
4
def __cinit__(self):
uvloop/handles/handle.pyx
cdef class UVHandle:
"""A base class for all libuv handles.
@@ -219,7 +218,6 @@ cdef class UVHandle:
219
218
id(self))
220
221
222
223
cdef class UVSocketHandle(UVHandle):
224
225
uvloop/handles/udp.pyx
cdef class UDPTransport(UVBaseTransport):
0 commit comments