]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 Jan 2021 23:38:19 +0000 (15:38 -0800)
committerGitHub <noreply@github.com>
Thu, 28 Jan 2021 23:38:19 +0000 (15:38 -0800)
commit6d87dec5818667168cc7e4ad972dde8aeec6d900
treef60ff3af4aa967dc8df5f071c4dca6c38021a27f
parente9c6c26aff08e4c7bc6f1e8015cdd8edcc92dbef
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>
(cherry picked from commit 23a567c11ca36eedde0e119443c85cc16075deaf)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
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]