[issue6717] Some problem with recursion handling

Terry J. Reedy report at bugs.python.org
Wed Oct 7 06:19:50 CEST 2009


Terry J. Reedy <tjreedy at udel.edu> added the comment:

For anyone trying this on another system: you must specifically click on
and drag the mouse/turtle graphic.

Running from IDLE edit, I get no traceback in the Shell Window, unlike
with the script I attached to #7074 and now here. While I am closing the
latter as probably due to the same cause, it does act differently:
adding the 'speed(0)' command present in dragbug.py appears to have
fixed the problem with turtlecrash.py.

Rewriting dragbug to use tkinter canvas directly would determine whether
the turtle module is a factor. The change of behavior with turtlecrash
with the speed command suggests to me that it might be.

----------
nosy: +tjreedy
Added file: http://bugs.python.org/file15063/turtlecrash.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6717>
_______________________________________


More information about the Python-bugs-list mailing list