Skip to content

Commit ef3828e

Browse files
committed
cbhandles: Drop @cython.internal decorator
1 parent 9e618fb commit ef3828e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uvloop/cbhandles.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ cdef class Handle:
110110
self._cancel()
111111

112112

113-
@cython.internal
114113
@cython.no_gc_clear
115114
@cython.freelist(DEFAULT_FREELIST_SIZE)
116115
cdef class TimerHandle:

0 commit comments

Comments
 (0)