We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575f71b commit 2b060e1Copy full SHA for 2b060e1
uvloop/handles/handle.pyx
@@ -63,6 +63,8 @@ cdef class UVHandle:
63
self._handle = NULL
64
65
cdef inline _abort_init(self):
66
+ self._handle = NULL
67
+
68
IF DEBUG:
69
name = self.__class__.__name__
70
if self._inited:
0 commit comments