]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-101673: Fix pdb bug where local variable changes are lost after longlist (#101674)
authorgaogaotiantian <gaogaotiantian@hotmail.com>
Sun, 12 Mar 2023 23:09:55 +0000 (16:09 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2023 23:09:55 +0000 (23:09 +0000)
commit5d677c556f03a34d1c2d86e4cc96025870c20c12
tree2caacebfd3a0b0e7fe4b598b35eaf6c690b12369
parentf6ca71a42268dcd890bd1930501b6c7e6d7ce66e
GH-101673: Fix pdb bug where local variable changes are lost after longlist (#101674)
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]