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 51f6941 commit f59e8cdCopy full SHA for f59e8cd
uvloop/handles/streamserver.pyx
@@ -39,7 +39,6 @@ cdef class UVStreamServer(UVSocketHandle):
39
return
40
41
cdef inline _on_listen(self):
42
- # Implementation for UVStream._on_listen
43
cdef UVStream slient
44
45
protocol = self.protocol_factory()
0 commit comments