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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21595>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to