[issue21595] asyncio: Creating many subprocess generates lots of internal BlockingIOError

STINNER Victor report at bugs.python.org
Fri Jun 6 14:19:07 CEST 2014


STINNER Victor added the comment:

asyncio_read_from_self_test.patch: Unit test to check that running the loop once reads all bytes. The unit test is ugly: it calls private methods, and it is completly different on UNIX (selector) and on Windows (proactor).

I would prefer to *not* add such test, and just enhance the code (apply  asyncio_read_from_self.patch).

----------
Added file: http://bugs.python.org/file35495/asyncio_read_from_self_test.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21595>
_______________________________________


More information about the Python-bugs-list mailing list