[issue36870] test_asyncio: test_drain_raises() fails randomly on Windows

STINNER Victor report at bugs.python.org
Tue May 14 16:08:12 EDT 2019


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

PR 13313 has been merged into master. Let's see if it does fix this issue in master.

Python 3.7 is different: streams.py doesn't have _fast_drain() which was added by commit a076e4f5e42b85664693191d04cfb33e2f9acfa5 (bpo-36802). So instead, I created PR 13328 to revert the commit 93aa57ac6594d1cc30d147720fc8a7a4e1ca2d3e of bpo-36801, to get more time to find a proper fix to Python 3.7.

----------

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


More information about the Python-bugs-list mailing list