]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27005)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 3 Jul 2021 16:05:33 +0000 (09:05 -0700)
committerGitHub <noreply@github.com>
Sat, 3 Jul 2021 16:05:33 +0000 (17:05 +0100)
commit21be6cb0304ba143980b7e4c875cb5b9db30952b
tree50ab657176911d4e26f3b189d102db12fa98e2f8
parent91db097358bcb00832e53d410035a8b7fcfdd9c3
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27005)

(cherry picked from commit d968a638fcbf9030c999cfacd4c9bf0656e779c4)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2021-06-10-21-53-46.bpo-34266.k3fxnm.rst [new file with mode: 0644]