[issue1702036] Make Turtle thread-safe so it does not crash

Lita Cho report at bugs.python.org
Thu Jul 31 20:32:04 CEST 2014


Lita Cho added the comment:

I also want to note that you can create duplicate turtles by using clone, and I am not sure why you would use multiple inheritance to draw more than 1 turtle running around. I didn't think turtle was meant to be used this way. In order to draw multiple turtles, I would use the clone method.

Is this to draw turtles running at the same time?

----------

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


More information about the Python-bugs-list mailing list