]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149)
authorIrit Katriel <iritkatriel@yahoo.com>
Fri, 2 Apr 2021 11:16:55 +0000 (12:16 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Apr 2021 11:16:55 +0000 (13:16 +0200)
commit7ad56e254519047aeb9c669b9ea2f2bf0acfd401
treea5d5a6f8cf4b420b2074b128c624f14852b1529c
parenta217e0ab98e883a550da001e95cb3452c1a6b9da
[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)
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]