]> granicus.if.org Git - python/commit
bpo-31234: Fix dangling thread in test_ftplib (#3544)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Sep 2017 13:43:58 +0000 (06:43 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2017 13:43:58 +0000 (06:43 -0700)
commitb157ce1e58b03988ce4340a55d0b856125833cc5
tree29eea84067b5c0256359ca07a06b6a16f427455d
parentd165e14e29b45a22450263722f5c2c386c3a748a
bpo-31234: Fix dangling thread in test_ftplib (#3544)

Clear also self.server_thread attribute in TestTimeouts.tearDown().
Lib/test/test_ftplib.py