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 asvetlov, vitaly.krug, yselivanov
Date 2018-03-22.16:42:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521736977.93.0.467229070634.issue33118@psf.upfronthosting.co.za>
In-reply-to
Content
We'll likely add 'write_buffer_drained' callback method to `asyncio.Protocol` in 3.8.  In the meanwhile, the only option would be using `_make_empty_waiter` in 3.7, or set_write_buffer_limits(0, 0).

What's your use case, by the way?
History
Date User Action Args
2018-03-22 16:42:57yselivanovsetrecipients: + yselivanov, asvetlov, vitaly.krug
2018-03-22 16:42:57yselivanovsetmessageid: <1521736977.93.0.467229070634.issue33118@psf.upfronthosting.co.za>
2018-03-22 16:42:57yselivanovlinkissue33118 messages
2018-03-22 16:42:57yselivanovcreate