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

2018-06-16 Thread Carol Willing
Carol Willing added the comment: Hi all, I'm triaging 'turtle' open issues. I'm going to close this issue with a resolution of not a Turtle bug. Thanks. -- nosy: +willingc resolution: -> not a bug stage: test needed -> resolved status: open -> closed ___

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

2014-07-31 Thread Lita Cho
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 wo

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

2014-07-31 Thread Lita Cho
Lita Cho added the comment: Hey! So I have been investigating this bug, but I wanted to know is the issue the fact that korka wants to create multiple turtles or do you really want to use multiple threads with Turtle? I feel like this crash is due to Tkinter not being thread safe and I am not

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

2014-07-21 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- priority: normal -> low versions: +Python 3.5 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-l

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

2014-07-21 Thread Lita Cho
Changes by Lita Cho : -- nosy: +jesstess ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

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

2014-07-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +Lita.Cho ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

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

2010-11-04 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On a closer look at the first post, I see that there are two parts to the issue. The first is indeed a duplicate of #6639, but the second is thread related. I am attaching the OP's code in a script file for convenience. Running ninja.py under python

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

2010-11-04 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I think threading is a red herring here. The issue is really a duplicate of #6639. -- nosy: +belopolsky status: open -> pending superseder: -> turtle: _tkinter.TclError: invalid command name ".10170160" ___

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

2010-10-27 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- nosy: +gregorlingl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

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

2010-08-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: Turtle isn't thread-safe (crashes) -> Make Turtle thread-safe so it does not crash versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker _