★ wanayoo — archive 1999 https://github.com/python/asyncio/pull/335Nouvelle recherche | Portail wanayoo
Skip to content
This repository has been archived by the owner. It is now read-only.

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

Merged
merged 1 commit into from Apr 26, 2016

Conversation

@oconnor663
Copy link

oconnor663 commented Apr 26, 2016

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
Author

oconnor663 commented Apr 26, 2016

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

@gvanrossum gvanrossum merged commit 915b6ea into python:master Apr 26, 2016
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@1st1
Copy link
Member

1st1 commented May 13, 2016

Committed to CPython.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.