[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

[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 rep...@bugs.python.org http://bugs.python.org/issue7074

[issue7074] Turtle module crashes python

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- versions: +Python 3.3 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7074 ___ ___

[issue7074] Turtle module crashes python

2011-02-04 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu 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

[issue7074] Turtle module crashes python

2011-01-31 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net 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

[issue7074] Turtle module crashes python

2011-01-31 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net 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 http://effbot.org/zone/tkinter-threads.htm. -- resolution: - duplicate

[issue7074] Turtle module crashes python

2010-10-27 Thread Alexander Belopolsky
Changes by Alexander Belopolsky belopol...@users.sourceforge.net: -- nosy: +gregorlingl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7074 ___ ___

[issue7074] Turtle module crashes python

2009-10-06 Thread Terry J. Reedy
New submission from Terry J. Reedy tjre...@udel.edu: 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

[issue7074] Turtle module crashes python

2009-10-06 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: Removed file: http://bugs.python.org/file15059/turtlecrash.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7074 ___

[issue7074] Turtle module crashes python

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