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

SourceForge.net noreply at sourceforge.net
Sun Oct 24 02:35:46 CEST 2004


Bugs item #1047540, was opened at 2004-10-14 22:51
Message generated for change (Comment added) made by rhettinger
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: Raymond Hettinger (rhettinger)
Date: 2004-10-23 19: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