]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Apr 2021 11:33:31 +0000 (04:33 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Apr 2021 11:33:31 +0000 (04:33 -0700)
commit2049bb2517c08b0d9eaaa4dd624afa5d60e8b5a8
tree2d1c10df784bf497f0187ba9041877cfffda01c5
parent154f86f056c0f68cadd310e68fd2855f9fc9a5a8
[3.9] bpo-26053: Fix args echoed by pdb run command  (GH-25149)

* bpo-26053: Fix args echoed by pdb run command (GH-22033)

(cherry picked from commit 652bfdee9495dca241d48278742fe035b7a82bdb)

* bpo-26053: Fix test_pdb.test_issue26053() (GH-25139)

(cherry picked from commit bd4ab8e73906a4f12d5353f567228b7c7497baf7)
(cherry picked from commit 7ad56e254519047aeb9c669b9ea2f2bf0acfd401)

Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2020-09-01-10-12-13.bpo-26053.hXikw_.rst [new file with mode: 0644]