]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109375: Fix bug where pdb registers an alias without an associated command...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 14:58:22 +0000 (07:58 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 14:58:22 +0000 (16:58 +0200)
commit775fd782fca77037c3f9bca6f7c528bcef669acb
tree0c2c560f7c45086b7900b9ee627073e3fb17d870
parent4b2ba3d0b8a1b2a722aeeefc01fd3162f46d95fc
[3.12] gh-109375: Fix bug where pdb registers an alias without an associated command (GH-109376) (#109429)

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]