]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 Jan 2021 01:47:41 +0000 (17:47 -0800)
committerGitHub <noreply@github.com>
Fri, 29 Jan 2021 01:47:41 +0000 (20:47 -0500)
commit901a9834420e516c07d6cad356d2be481db6d8d1
tree418fe88925f207a8a5e06db5b2d5b9303fffaa38
parent81b23a9b148b60f8f541e4b06e1d88c58644e3b8
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366)

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

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 23a567c11ca36eedde0e119443c85cc16075deaf)
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]