Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

make asyncio's communicate() handle empty input#335

Merged
gvanrossum merged 1 commit into
python:masterfrom
oconnor663:master
Apr 26, 2016
Merged

make asyncio's communicate() handle empty input#335
gvanrossum merged 1 commit into
python:masterfrom
oconnor663:master

Conversation

@oconnor663

Copy link
Copy Markdown

Previously communicate(b"") was the same as communicate(), which caused
subprocesses waiting for input to hang. Without this fix, the new test hangs forever.

I originally submitted this this as python/cpython#33.

Previously communicate(b"") was the same as communicate(), which caused
subprocesses waiting for input to hang.
@oconnor663

Copy link
Copy Markdown
Author

Python bug filed at https://bugs.python.org/issue26848.

@gvanrossum
gvanrossum merged commit 915b6ea into python:master Apr 26, 2016
@1st1

1st1 commented May 13, 2016

Copy link
Copy Markdown
Member

Committed to CPython.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants