Thanks to visit codestin.com Credit goes to github.com
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 88b992a commit 7cb3ea2Copy full SHA for 7cb3ea2
1 file changed
lib/core/subprocessng.py
@@ -197,4 +197,6 @@ def send_all(p, data):
197
198
while len(data):
199
sent = p.send(data)
200
+ if not isinstance(sent, int):
201
+ break
202
data = buffer(data, sent)
0 commit comments