8000 Remove unused SSLProtocol._closing attribute · python/asyncio@fdd3d9b · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit fdd3d9b

Browse files
committed
Remove unused SSLProtocol._closing attribute
1 parent 8343733 commit fdd3d9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

asyncio/sslproto.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ def __init__(self, loop, app_protocol, sslcontext, waiter,
408408
self._write_buffer_size = 0
409409

410410
self._waiter = waiter
411-
self._closing = False
412411
self._loop = loop
413412
self._app_protocol = app_protocol
414413
self._app_transport = _SSLProtocolTransport(self._loop,

0 commit comments

Comments
 (0)
0