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 gregorlingl
Recipients gregorlingl, r.david.murray, terry.reedy
Date 2009-10-16.21:03:15
SpamBayes Score 3.6140034e-05
Marked as misclassified No
Message-id <1255726998.1.0.252951021719.issue6717@psf.upfronthosting.co.za>
In-reply-to
Content
I've written and appended with this message a small script using
tkinter, that produces the same crash as described earlier with turtle.py:

tkinter_recursion_31.py

It occurs when heavily and fast dragging the red square. So the bug
doesn't depent on turtle.py

I'd like to mention again, that the corresponding script under Python26
does crash also, but with a regular Python Error-Message. It does not
kill IDLE when stated from within IDLE.

So I'd suggest to give this one a higher priority. Should be fixed with 3.2

Regards,
Gregor
History
Date User Action Args
2009-10-16 21:03:18gregorlinglsetrecipients: + gregorlingl, terry.reedy, r.david.murray
2009-10-16 21:03:18gregorlinglsetmessageid: <1255726998.1.0.252951021719.issue6717@psf.upfronthosting.co.za>
2009-10-16 21:03:16gregorlingllinkissue6717 messages
2009-10-16 21:03:16gregorlinglcreate