[Patches] [ python-Patches-1201569 ] allow running multiple instances of IDLE
SourceForge.net
noreply at sourceforge.net
Wed May 18 06:37:36 CEST 2005
Patches item #1201569, was opened at 2005-05-13 13:03
Message generated for change (Comment added) made by kbk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1201569&group_id=5470
Category: IDLE
Group: None
Status: Open
>Resolution: Later
>Priority: 3
Submitted By: Jeff Shute (jshute)
>Assigned to: Kurt B. Kaiser (kbk)
Summary: allow running multiple instances of IDLE
Initial Comment:
This patch will allow running multiple instances of
IDLE in the default (mutli-process) mode by choosing
the first available port from 8833-8893 instead of
failing when another IDLE has already bound port 8833.
(Not tested on windows.)
----------------------------------------------------------------------
>Comment By: Kurt B. Kaiser (kbk)
Date: 2005-05-17 23:37
Message:
Logged In: YES
user_id=149084
Duplicate of IDLEfork 661363
Will not be considered until remaining problems with socket
binding on Windows have been resolved.
Note: You can start as many copies of IDLE as you want with
the -n switch. What is your use case?
Also note:
# spawning first avoids passing a listening socket to the subprocess
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1201569&group_id=5470
More information about the Patches
mailing list