Yury Selivanov added the comment:

> It's interesting to see how `_process_write_backlog` gets called after 
> `_finalize`. One option would be to simply guard `transport.write` with `if 
> transport is not None`, but I'm afraid that we'll only mask the bug then.

OTOH we weren't setting the transport to None before, we were just closing it. 
Is setting it to None really necessary?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29406>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to