Yury Selivanov added the comment:

> > yes, i am on it

> Nick, have you been able to find what the problem is? If not, we'll need to 
> pull this change out of 3.6.2.

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.

----------

_______________________________________
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