[ python-Bugs-1047540 ] Turtle.py hangs Idle

SourceForge.net noreply at sourceforge.net
Mon Oct 25 02:46:13 CEST 2004


Bugs item #1047540, was opened at 2004-10-15 13:51
Message generated for change (Comment added) made by tso
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1047540&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Taro Ogawa (tso)
Assigned to: Nobody/Anonymous (nobody)
Summary: Turtle.py hangs Idle

Initial Comment:
1 line fix:

After line 336's:
   root.destroy()
insert
   root.quit()

[Since IDLE is Tkinter based, the implict quit can't 
happen immediately.  Worse, the shell has difficulty 
resetting and using a ^C can leave a zombie process]

-T.


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

>Comment By: Taro Ogawa (tso)
Date: 2004-10-25 10:46

Message:
Logged In: YES 
user_id=121025

Sorry - should have included this:
NT4, Python 2.3.3
[This isn't an isolated case - I've had problems with other 
programs behaving similarly on my XP box (using 2.3.4), eg 
the pygame demos].   Windows only thing...?

-T.

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

Comment By: Raymond Hettinger (rhettinger)
Date: 2004-10-24 10:35

Message:
Logged In: YES 
user_id=80475

What version of Python are you using?
I cannot reproduce this on Py2.3 or on Py2.4b1.

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

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


More information about the Python-bugs-list mailing list