]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-65052: Prevent pdb from crashing when trying to display objects (GH-110578...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Oct 2023 18:59:11 +0000 (20:59 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 18:59:11 +0000 (18:59 +0000)
commit989aa447d79c010861b19053fad1204429aede38
tree6dfe7f31af1f8e0a8e77164c337b9e62d89b1a17
parentc06ac1b4cc76b78fa24058cbc82aa7be50ba4a69
[3.12] gh-65052: Prevent pdb from crashing when trying to display objects (GH-110578) (#110734)

gh-65052: Prevent pdb from crashing when trying to display objects (GH-110578)
(cherry picked from commit c523ce0f434582580a3721e15cb7dd6b56ad0236)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2023-10-09-19-09-32.gh-issue-65052.C2mRlo.rst [new file with mode: 0644]