]> granicus.if.org Git - python/commit
bpo-20361: Remove workaround for a now fixed bug (#5283)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 23 Jan 2018 12:30:53 +0000 (13:30 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2018 12:30:53 +0000 (13:30 +0100)
commitdc6b9462c00873c8404a7966b7ca210717718af5
tree020e7c859f6aa9b069023ec0f3636d5a1e2ae656
parent872f841b122160987845db8fdddfaee1aaa203f1
bpo-20361: Remove workaround for a now fixed bug (#5283)

"python3 -bb -Wd" now works as expected:
"python3 -bb -Wd -Werror::BytesWarning" is no more needed.
Tools/scripts/run_tests.py