[issue38314] Implement unix read_pipe.is_reading() method

Andrew Svetlov report at bugs.python.org
Sun Sep 29 07:23:16 EDT 2019


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

The issue is easy, basically we need the following code plus a test

    def is_reading(self):
        return not self._paused and not self._closing

----------
keywords: +newcomer friendly
type:  -> enhancement

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


More information about the Python-bugs-list mailing list