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 asvetlov
Recipients asvetlov, yselivanov
Date 2017-12-20.19:12:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513797145.51.0.213398074469.issue32391@psf.upfronthosting.co.za>
In-reply-to
Content
Without the method there is no possibility to wait for actual writer closing (it's performed at least on next loop iteration, and even later for SSL transports).

Without waiting for actual closing writing tests is a pain: user should either add asyncio.sleep() after writer closing or suppress many warnings about unclosed resources.
History
Date User Action Args
2017-12-20 19:12:25asvetlovsetrecipients: + asvetlov, yselivanov
2017-12-20 19:12:25asvetlovsetmessageid: <1513797145.51.0.213398074469.issue32391@psf.upfronthosting.co.za>
2017-12-20 19:12:25asvetlovlinkissue32391 messages
2017-12-20 19:12:25asvetlovcreate