[issue41680] Turtles in Python 3.8.5 crashes OSX 10.14.6

Ned Deily report at bugs.python.org
Tue Sep 1 02:46:21 EDT 2020


Ned Deily <nad at python.org> added the comment:

Thanks for the report. However, you are going to have give more specific information for us to be able to try to understand and reproduce the problem. Exactly what steps did you use to show the problem, in particular, in what context were those three lines of Python executed: from a file in a Python launched from a command line terminal window, typed into a Python in a command line terminal window, from within an IDLE shell window, from an IDLE edit window?  How exactly did Python crash (what error messages were reported)? Also please paste the output from running in a terminal shell window:

python3.8 -m test.pythoninfo

replacing python3.8 with whatever you use to invoke the Python that fails.

----------

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


More information about the Python-bugs-list mailing list