[issue41758] turtledemo.colormixer crashes with a stack overflow

Terry J. Reedy report at bugs.python.org
Sun Sep 13 06:08:29 EDT 2020


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

I ran turtledemo and played with colormixer a few years ago, so slightly older Windows should not matter.  Was Python installed with the python.org installer?  (The appdate path suggests so.)  Your single-user versus my all-user install should not matter.

Please run 'python -m turtle'.  Demo should end with 'click me' to end.

Run the test suite with 'python -m test -ugui  -j0'.  I should be under 5 min running in parallel.  I expect the locale tests to fail.  And test_winconsoleio may hang.  If/when it is the last test running, stop with control-C.  Does anything else fail?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41758>
_______________________________________


More information about the Python-bugs-list mailing list