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

SourceForge.net noreply at sourceforge.net
Fri Oct 15 06:23:11 CEST 2004


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

Category: None
Group: None
>Status: Deleted
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.


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

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


More information about the Python-bugs-list mailing list