summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2023-10-15 10:55:00 (GMT)
committerGitHub <noreply@github.com>2023-10-15 10:55:00 (GMT)
commitfa18b0afe47615dbda15407a102b84e40cadf6a5 (patch)
tree23b203670098ab160fa4511157d9e1852cdae2e8 /Misc/NEWS.d
parent84b7e9e3fa67fb9b92088d17839d8235f1cec62e (diff)
downloadcpython-fa18b0afe47615dbda15407a102b84e40cadf6a5.zip
cpython-fa18b0afe47615dbda15407a102b84e40cadf6a5.tar.gz
cpython-fa18b0afe47615dbda15407a102b84e40cadf6a5.tar.bz2
gh-84583: Make pdb enter post-mortem mode even for SyntaxError (#110883)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2023-10-14-21-33-57.gh-issue-84583.-Cmn4_.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-14-21-33-57.gh-issue-84583.-Cmn4_.rst b/Misc/NEWS.d/next/Library/2023-10-14-21-33-57.gh-issue-84583.-Cmn4_.rst
new file mode 100644
index 0000000..aa86da4
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-10-14-21-33-57.gh-issue-84583.-Cmn4_.rst
@@ -0,0 +1 @@
+Make :mod:`pdb` enter post-mortem mode even for :exc:`SyntaxError`