This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Hangs when opening 2nd shell with subprocess under windows
Type: Stage:
Components: IDLE Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: fuzzy_dream, kbk
Priority: normal Keywords:

Created on 2003-12-23 15:10 by fuzzy_dream, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg19479 - (view) Author: mike foord (fuzzy_dream) Date: 2003-12-23 15:10
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
msg19480 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2004-01-02 01:43
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.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39730
2003-12-23 15:10:06fuzzy_dreamcreate