]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
authorVictor Stinner <vstinner@python.org>
Wed, 2 Feb 2022 01:47:40 +0000 (02:47 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Feb 2022 01:47:40 +0000 (02:47 +0100)
commit0611eafc709cbe8a2a0bdde082d25df0c5034de7
tree8e01590243696b2b8e6908493d22d946bda53c28
parent53c78080573b3bae4c4e782b9f47dce48aac9688
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)

test_ftplib now silently ignores socket errors to prevent logging
unhandled threading exceptions.
Lib/test/test_ftplib.py
Misc/NEWS.d/next/Tests/2022-02-02-02-24-04.bpo-44359.kPPSmN.rst [new file with mode: 0644]