]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109375: Fix bug where pdb registers an alias without an associated command...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Sep 2023 01:45:11 +0000 (18:45 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 01:45:11 +0000 (03:45 +0200)
commit43ff8fcce21377cdce3a594ea10e1a045bb70752
tree269162aaf5c7016ad4e2be9e3d93e6612691ac64
parent66a973a09efbf6056579ee15a1b38f3860a8e47d
[3.11] gh-109375: Fix bug where pdb registers an alias without an associated command (GH-109376) (#109430)

gh-109375: Fix bug where pdb registers an alias without an associated command (GH-109376)
(cherry picked from commit 68a6f21f47e779ddd70e33cf04d170a63f077fcd)

Co-authored-by: buermarc <44375277+buermarc@users.noreply.github.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/ACKS
Misc/NEWS.d/next/Library/2023-09-13-17-22-44.gh-issue-109375.ijJHZ9.rst [new file with mode: 0644]