diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2024-06-14 18:25:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 18:25:23 (GMT) |
commit | ed60ab5fab6d187068cb3e0f0d4192ebf3a228b7 (patch) | |
tree | 3dd1231b14dd5378341f73843c663305ae3a4a08 /Misc/NEWS.d | |
parent | 7fadfd82ebf6ea90b38cb3f2a046a51f8601a205 (diff) | |
download | cpython-ed60ab5fab6d187068cb3e0f0d4192ebf3a228b7.zip cpython-ed60ab5fab6d187068cb3e0f0d4192ebf3a228b7.tar.gz cpython-ed60ab5fab6d187068cb3e0f0d4192ebf3a228b7.tar.bz2 |
gh-119824: Print stack entry when user input is needed (#119882)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-05-31-21-17-43.gh-issue-119824.CQlxWV.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-05-31-21-17-43.gh-issue-119824.CQlxWV.rst b/Misc/NEWS.d/next/Library/2024-05-31-21-17-43.gh-issue-119824.CQlxWV.rst new file mode 100644 index 0000000..fd6d8d7 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-05-31-21-17-43.gh-issue-119824.CQlxWV.rst @@ -0,0 +1 @@ +Print stack entry in :mod:`pdb` when and only when user input is needed. |