]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Sep 2021 18:56:32 +0000 (11:56 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 18:56:32 +0000 (20:56 +0200)
commit0e4f913da88791644150282e38ba21d1fca5fd91
tree2ee4b082acfe9fdabd42bb84a8604cd96f95b59f
parenta5bc0ffc520e09226f85d5fa8faaa83be0acee68
bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354) (GH-28363)

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

Remove also unused variables 'f'.
(cherry picked from commit e08e491a6ceea8ca105612df10147418c4e105b8)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_pdb.py