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 4065e01 commit 7763e8eCopy full SHA for 7763e8e
uvloop/handles/stream.pyx
@@ -75,8 +75,6 @@ cdef class UVStream(UVBaseTransport):
75
cdef int err
76
77
if self.__shutting_down:
78
- IF DEBUG:
79
- raise RuntimeError('UVStream: second shutdown call')
80
return
81
self.__shutting_down = 1
82
0 commit comments