]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 3 Jul 2021 15:33:35 +0000 (16:33 +0100)
committerGitHub <noreply@github.com>
Sat, 3 Jul 2021 15:33:35 +0000 (16:33 +0100)
commitd968a638fcbf9030c999cfacd4c9bf0656e779c4
tree28ba4651a7a3c0b9b4396b19144ac8aacde8c9fa
parent556d5ad11fb380868c19beeba53d49f89c27f32d
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656)
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]