[Patches] [ python-Patches-778323 ] Tk Dialog Upon Subprocess
Socket Error
SourceForge.net
noreply at sourceforge.net
Wed Jan 21 14:28:32 EST 2004
Patches item #778323, was opened at 2003-07-26 23:13
Message generated for change (Comment added) made by kbk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=778323&group_id=5470
Category: IDLE
Group: Python 2.3
Status: Open
>Resolution: Fixed
Priority: 6
Submitted By: Kurt B. Kaiser (kbk)
Assigned to: Kurt B. Kaiser (kbk)
Summary: Tk Dialog Upon Subprocess Socket Error
Initial Comment:
Alex Martelli identified a problem on a particular
machine which was unable to start IDLE's
subprocess if not connected to the Internet.
The user was not receiving any error message.
This patch raises a Tk error box and also adds
a timeout to the listening socket so that a stuck
process is not left behind.
See discussion on Python-dev 26July03.
----------------------------------------------------------------------
>Comment By: Kurt B. Kaiser (kbk)
Date: 2004-01-21 14:28
Message:
Logged In: YES
user_id=149084
checked in an enhanced version of sockerr.patch.
cf. http://mail.python.org/pipermail/python-checkins/2004-January/039597.
html for details.
PyShell 1.84
ScriptBinding 1.26
run 1.28
BACKPORT CANDIDATE
----------------------------------------------------------------------
Comment By: Aahz (aahz)
Date: 2003-07-28 13:13
Message:
Logged In: YES
user_id=175591
bugs.ht updated
----------------------------------------------------------------------
Comment By: Barry A. Warsaw (bwarsaw)
Date: 2003-07-27 10:55
Message:
Logged In: YES
user_id=12800
Postponing until 2.3.1. Too much code change before 2.3
final. Assigning to Aahz so he can add appropriate text to
pydotorg's 2.3/bugs.ht file. We'll call this a known bug in
2.3 to be fixed in 2.3.1.
Also, lowering the priority. Aahz, once you've made the
change to bugs.ht, please re-assign to Kurt.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=778323&group_id=5470
More information about the Patches
mailing list