commit | 0e4f913da88791644150282e38ba21d1fca5fd91 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 15 11:56:32 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 15 20:56:32 2021 +0200 |
tree | 2ee4b082acfe9fdabd42bb84a8604cd96f95b59f | |
parent | a5bc0ffc520e09226f85d5fa8faaa83be0acee68 [diff] |
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>