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.

Author belopolsky
Recipients BreamoreBoy, belopolsky, srid
Date 2010-10-23.03:06:01
SpamBayes Score 0.00033377283
Marked as misclassified No
Message-id <1287803164.24.0.667624457574.issue6639@psf.upfronthosting.co.za>
In-reply-to
Content
I have come across the same bug.  To reproduce, run Demo/turtle/tdemo_round_dance.py and kill the Tk window before the "dance" stops. 

The mysterious command name ".10170160" is simply the generated name for the canvas widget - '.' + repr(id(self)).  See BaseWidget.__init__ in tkinter.
History
Date User Action Args
2010-10-23 03:06:04belopolskysetrecipients: + belopolsky, srid, BreamoreBoy
2010-10-23 03:06:04belopolskysetmessageid: <1287803164.24.0.667624457574.issue6639@psf.upfronthosting.co.za>
2010-10-23 03:06:02belopolskylinkissue6639 messages
2010-10-23 03:06:01belopolskycreate