[issue38314] Implement unix read_pipe.is_reading() method
Andrew Svetlov
report at bugs.python.org
Sun Sep 29 09:19:14 EDT 2019
Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:
Nothing special.
There is UnixReadPipeTransportTests test cases inside Lib/test/test_asyncio/test_unix_events.py
This class has a bunch of tests for pause_reading() / resume_reading().
Test(s) for is_reading() can be built in the same way.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38314>
_______________________________________
More information about the Python-bugs-list
mailing list