]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Fix name error in support.socket_helper (GH-19825)
authorVictor Stinner <vstinner@python.org>
Fri, 1 May 2020 00:35:24 +0000 (02:35 +0200)
committerGitHub <noreply@github.com>
Fri, 1 May 2020 00:35:24 +0000 (02:35 +0200)
commit2935e65c36fab1989bbda19db72c035ea22b044b
tree67bdebd763905e5e1167b349656d540b0474910a
parent17014e45864cefd37660b054fb71fa2e177690ef
bpo-40275: Fix name error in support.socket_helper (GH-19825)

Replace TestFailed with support.TestFailed.

Bug spotted by pyflakes.
Lib/test/support/socket_helper.py