mirror of https://github.com/MagicStack/uvloop.git
handle: Ensure self._handle is set to NULL in _abort_init()
This commit is contained in:
parent
575f71bdbe
commit
2b060e170f
|
@ -63,6 +63,8 @@ cdef class UVHandle:
|
|||
self._handle = NULL
|
||||
|
||||
cdef inline _abort_init(self):
|
||||
self._handle = NULL
|
||||
|
||||
IF DEBUG:
|
||||
name = self.__class__.__name__
|
||||
if self._inited:
|
||||
|
|
Loading…
Reference in New Issue