summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-01-27 00:24:30 (GMT)
committerGitHub <noreply@github.com>2021-01-27 00:24:30 (GMT)
commit6f0346d09f78180886982e070cc92425ada96144 (patch)
tree6084ba032566793e0c1a03d8d246a8ca5481be32 /Misc
parenta178473dd6a3b527a67ab3f9dc38ef8b1a60881a (diff)
downloadcpython-6f0346d09f78180886982e070cc92425ada96144.zip
cpython-6f0346d09f78180886982e070cc92425ada96144.tar.gz
cpython-6f0346d09f78180886982e070cc92425ada96144.tar.bz2
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 7a34380ad788886f5ad50d4175ceb2d5715b8cff) Co-authored-by: Ken <kenny2minecraft@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst b/Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst
new file mode 100644
index 0000000..3e0b80a
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2021-01-26-18-12-17.bpo-43008.mbQUc7.rst
@@ -0,0 +1 @@
+Make IDLE invoke :func:`sys.excepthook` in normal, 2-process mode.