This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients Mariatta, fafhrd91, gvanrossum, ned.deily, thehesiod, vstinner, yselivanov
Date 2017-06-11.07:57:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497167849.12.0.584527935982.issue29406@psf.upfronthosting.co.za>
In-reply-to
Content
> > 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.
History
Date User Action Args
2017-06-11 07:57:29yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, ned.deily, fafhrd91, thehesiod, Mariatta
2017-06-11 07:57:29yselivanovsetmessageid: <1497167849.12.0.584527935982.issue29406@psf.upfronthosting.co.za>
2017-06-11 07:57:29yselivanovlinkissue29406 messages
2017-06-11 07:57:28yselivanovcreate