]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
rpc.py:SocketIO - Large modules were generating large pickles when downloaded
authorKurt B. Kaiser <kbk@shore.net>
Wed, 21 Jan 2004 19:21:11 +0000 (19:21 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Wed, 21 Jan 2004 19:21:11 +0000 (19:21 +0000)
commitd6ab77d27dae87d7ffb66db0a411a631ce85a11d
treec080a0fe3271a78e7aaefdb515944b4103d8266c
parentaf3eb878027954fa578f43ba490599d13215eb3a
rpc.py:SocketIO - Large modules were generating large pickles when downloaded
to the execution server.  The return of the OK response from the subprocess
initialization was interfering and causing the sending socket to be not
ready.  Add an IO ready test to fix this.  Moved the polling IO ready test
into pollpacket().

M NEWS.txt
M rpc.py

Backport candidate.
Lib/idlelib/NEWS.txt
Lib/idlelib/rpc.py