We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aff9dd commit 9bac4e0Copy full SHA for 9bac4e0
src/namedpipe/_posix.py
@@ -113,6 +113,7 @@ def __enter__(self):
113
114
def __exit__(self, *_):
115
self.close()
116
+ return True
117
118
def readable(self)->bool:
119
"""True if pipe's stream is readable"""
src/namedpipe/_win32.py
@@ -165,6 +165,7 @@ def __enter__(self):
165
166
167
168
169
170
def readable(self) -> bool:
171
0 commit comments