[issue7074] Turtle module crashes python

2017-05-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: I copied and pasted my code from turtlecrash.py into 3.7 editor, ran, and probably held key down for 3000 clicks, and it worked as it should. -- status: pending -> closed ___ Python tracker

[issue7074] Turtle module crashes python

2017-05-28 Thread Carol Willing
Carol Willing added the comment: Ran the turtlecrash.py example with Python 3.6 on MacOS 10.12.4. I was unable to create a crash using keypresses. I recommend closing as 3.2 has reached EOL and 3.3 will reach EOL in less than 5 months. I'm going to change status to Pending and Resolution to ou

[issue7074] Turtle module crashes python

2013-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: "It is not safe to call graphic primitives in event callbacks." Martin, do you agree that this is (or should be) the case? -- nosy: +loewis ___ Python tracker __

[issue7074] Turtle module crashes python

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: +Python 3.3 -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue7074] Turtle module crashes python

2011-02-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: This is not a duplicate because this issue is about the stdlib turtle module doing something wrong and needing to be fixed. Also, this issue does not involve threads, at least none that I starting. "It is not safe to call graphic primitives in event callbacks

[issue7074] Turtle module crashes python

2011-01-31 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: This looks like a duplicate of issue11029. It is not safe to call graphic primitives in event callbacks. A workaround is described at . -- resolution: -> duplicate stage: -> committed/rejected stat

[issue7074] Turtle module crashes python

2011-01-31 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I can reproduce the crash on OSX. After ~ 100 keystrokes, I get the following diagnostics: Exception in Tkinter callback Traceback (most recent call last): File "/Users/sasha/Work/python-svn/py3k-commit/Lib/tkinter/__init__.py", line 1399, in __call_

[issue7074] Turtle module crashes python

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

[issue7074] Turtle module crashes python

2009-10-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: resubmitting file -- Added file: http://bugs.python.org/file15060/turtlecrash.py ___ Python tracker ___

[issue7074] Turtle module crashes python

2009-10-06 Thread Terry J. Reedy
Changes by Terry J. Reedy : Removed file: http://bugs.python.org/file15059/turtlecrash.py ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue7074] Turtle module crashes python

2009-10-06 Thread Terry J. Reedy
New submission from Terry J. Reedy : Attached file run from IDLE edit window with 3.1, winxp works fine-- turtle moves in response to cursor keys-- if quit soon enough. But after about 1000 key repeats, pythonw crashes with standard MSVC++ runtime error window, pythonw error window, and IDLE shel