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