]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Sep 2021 18:19:31 +0000 (20:19 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 18:19:31 +0000 (20:19 +0200)
commite08e491a6ceea8ca105612df10147418c4e105b8
tree4c901e7e66b29e652d67152b995cf394816c562a
parent764e6823a7632c2091db93da04c15900350ad524
bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354)

test_pdb.test_checkline_is_not_executable() no longer writes output
to stdout.

Remove also unused variables 'f'.
Lib/test/test_pdb.py