]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354) (GH...
authorVictor Stinner <vstinner@python.org>
Thu, 16 Sep 2021 07:53:02 +0000 (09:53 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Sep 2021 07:53:02 +0000 (09:53 +0200)
commit471b3811fe695dcd388396893a0f375a8866ac0c
tree4d91cac393ccd4b6b60aa07ff098ebac3cbfaa17
parent9443ce4eedbcaffb3262e7ede1dd100678e85506
bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354) (GH-28381)

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

Remove also unused variables 'f'.

(cherry picked from commit e08e491a6ceea8ca105612df10147418c4e105b8)
Lib/test/test_pdb.py