]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
authorZackery Spytz <zspytz@gmail.com>
Thu, 28 Jan 2021 23:13:22 +0000 (16:13 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Jan 2021 23:13:22 +0000 (18:13 -0500)
commit23a567c11ca36eedde0e119443c85cc16075deaf
treee0081288c0a71ed629d729107a820d1d7a0349bc
parent64fc105b2d2faaeadd1026d2417b83915af6622f
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)

Starting stack viewer when user code is running, including when Debugger is active, hangs or crashes IDLE.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/codecontext.py
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_mainmenu.py
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2019-11-14-23-41-07.bpo-23544.3etemb.rst [new file with mode: 0644]