[issue36802] Revert back StreamWriter awrite/aclose but provide await writer.write() and await writer.close()

STINNER Victor report at bugs.python.org
Tue May 14 11:22:34 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

It seems like the commit a076e4f5e42b85664693191d04cfb33e2f9acfa5 introduced a regression: bpo-36870, test_drain_raises() of test_asyncio started to fail randomly, mostly on Windows. bpo-36870 is making AppVeyor failing on pull requests and make Windows buildbots fail randomly. I wrote PR 13316 to revert the commit to get more time to find a proper fix.
https://pythondev.readthedocs.io/ci.html#revert-on-fail

----------
nosy: +vstinner
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36802>
_______________________________________


More information about the Python-bugs-list mailing list