[ python-Bugs-865014 ] Hangs when opening 2nd shell with subprocess under windows

SourceForge.net noreply at sourceforge.net
Thu Jan 1 20:43:52 EST 2004


Bugs item #865014, was opened at 2003-12-23 10:10
Message generated for change (Comment added) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=865014&group_id=5470

Category: IDLE
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: mike foord (fuzzy_dream)
Assigned to: Nobody/Anonymous (nobody)
Summary: Hangs when opening 2nd shell with subprocess under windows

Initial Comment:
The Python 2.3.3 windows installer sets a file 
association for .py files - 'edit with IDLE'.

It sets this up to launch IDLE with the command line '-n' 
which is *without* a subprocess.

I set up a new file association to launch IDLE with 
subprocess enabled. If IDLE ever attempts to open a 
second shell window with subprocess it hangs and I 
have to kill the process.

Is this a known limitation or a bug (?)  - if the latter 
why does the installer default to using the -n flag. 

I asked on comp.lang.python and surprisingly got no 
answer - perhaps the time of year has something to do 
with it. :-)

My prefferred email address for contact is fuzzyman AT 
atlantibots DOT org DOT uk

----------------------------------------------------------------------

>Comment By: Kurt B. Kaiser (kbk)
Date: 2004-01-01 20:43

Message:
Logged In: YES 
user_id=149084

This is a known limitation.  Currently only one subprocess may
exist because only one port is used.  I plan to expand this in
the future. 

Recommend you stay with the default binding.

This duplicates IDLEfork Patch 661363.  Closing as dup.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=865014&group_id=5470



More information about the Python-bugs-list mailing list