Terry J. Reedy <tjre...@udel.edu> added the comment:

By design, IDLE should only allow one editor instance per file for a given 
python-IDLE process.  "$ python3 fails.py" opens a new python-IDLE process, 
independent of existing processes. It is possible that double-clicking good.py 
multiple times opens a new IDLE process each time, without a new Shell.  You 
could check the process list in Terminal. (I have forgotten the unix command 
and barely know bash.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38946>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to