Tushar Sadhwani <tushar.sadhwani...@gmail.com> added the comment:
pyenv is a python version management tool. But this issue has nothing to do with it. I ran the same thing on python 3.8.5 (both 32 and 64bit) and the same error occured C:\Users\tusha\AppData\Local\Programs\Python\Python38-32>python.exe Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:43:08) [MSC v.1926 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> ^Z C:\Users\tusha\AppData\Local\Programs\Python\Python38-32>python.exe -m turtledemo.colormixer EVENTLOOP Fatal Python error: Cannot recover from stack overflow. Python runtime state: initialized Current thread 0x00002534 (most recent call first): File "C:\Users\tusha\AppData\Local\Programs\Python\Python38-32\lib\turtle.py", line 251 in __new__ File "C:\Users\tusha\AppData\Local\Programs\Python\Python38-32\lib\turtle.py", line 1826 in sety File "C:\Users\tusha\AppData\Local\Programs\Python\Python38-32\lib\turtledemo\colormixer.py", line 29 in shift File "C:\Users\tusha\AppData\Local\Programs\Python\Python38-32\lib\turtle.py", line 655 in eventfun File "C:\Users\tusha\AppData\Local\Programs\Python\Python38-32\lib\tkinter\__init__.py", line 1883 in __call__ File "C:\Users\tusha\AppData\Local\Programs\Python\Python38-32\lib\tkinter\__init__.py", line 1305 in update File "C:\Users\tusha\AppData\Local\Programs\Python\Python38-32\lib\turtle.py", line 562 in _update # ... PS C:\Users\tusha> py Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> exit() PS C:\Users\tusha> py -m turtledemo.colormixer EVENTLOOP Fatal Python error: Cannot recover from stack overflow. Python runtime state: initialized Current thread 0x000023f4 (most recent call first): File "C:\Python385-64\lib\turtle.py", line 251 in __new__ File "C:\Python385-64\lib\turtle.py", line 1826 in sety File "C:\Python385-64\lib\turtledemo\colormixer.py", line 29 in shift File "C:\Python385-64\lib\turtle.py", line 655 in eventfun File "C:\Python385-64\lib\tkinter\__init__.py", line 1883 in __call__ File "C:\Python385-64\lib\tkinter\__init__.py", line 1305 in update File "C:\Python385-64\lib\turtle.py", line 562 in _update # ... I'm running Windows 10 2004 build 19041.508 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41758> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com