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 4e33e3f commit 9bbd936Copy full SHA for 9bbd936
Lib/test/test_asyncio/test_subprocess.py
@@ -894,8 +894,7 @@ def test_subprocess_break_pipe(self):
894
# See https://github.com/python/cpython/issues/130925
895
async def main():
896
proc = await asyncio.create_subprocess_exec(*PROGRAM_YES,
897
- stdout=asyncio.subprocess.PIPE,
898
- stderr=asyncio.subprocess.DEVNULL)
+ stdout=asyncio.subprocess.PIPE)
899
try:
900
# just make sure the program has executed correctly
901
data = await proc.stdout.readline()
0 commit comments