commit | 0611eafc709cbe8a2a0bdde082d25df0c5034de7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Feb 02 02:47:40 2022 +0100 |
committer | GitHub <noreply@github.com> | Wed Feb 02 02:47:40 2022 +0100 |
tree | 8e01590243696b2b8e6908493d22d946bda53c28 | |
parent | 53c78080573b3bae4c4e782b9f47dce48aac9688 [diff] |
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069) test_ftplib now silently ignores socket errors to prevent logging unhandled threading exceptions.