]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-101673: Fix pdb bug where local variable changes are lost after longlist (GH-101674)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 12 Mar 2023 23:40:56 +0000 (16:40 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2023 23:40:56 +0000 (16:40 -0700)
commit78560261a24bf337bb0c659cc3288648cf7b4415
tree70bc4415e63818e501bd74af5e3c229a15838cca
parent6829b1256a596301f82e3573214230186a4babfd
GH-101673: Fix pdb bug where local variable changes are lost after longlist (GH-101674)

(cherry picked from commit 5d677c556f03a34d1c2d86e4cc96025870c20c12)

Co-authored-by: gaogaotiantian <gaogaotiantian@hotmail.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2023-02-09-19-40-41.gh-issue-101673.mX-Ppq.rst [new file with mode: 0644]