]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] GH-101673: Fix pdb bug where local variable changes are lost after longlist...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 13 Mar 2023 14:24:01 +0000 (14:24 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 14:24:01 +0000 (14:24 +0000)
commitd4f8fafd2df3a6a1828c96f9347a14595ec438d1
tree9f3db3b093480e3bec74a242cf97435b5c52a1b3
parent5e10479ede7329642049603d61cdb45f2c88d69d
[3.10] GH-101673: Fix pdb bug where local variable changes are lost after longlist (#101674) (#102633)

GH-101673: Fix pdb bug where local variable changes are lost after longlist (#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]