]> granicus.if.org Git - python/commit
bpo-31234: Fix dangling thread in test_ftp/poplib (#3540)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Sep 2017 10:58:25 +0000 (03:58 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2017 10:58:25 +0000 (03:58 -0700)
commitd403a29c0055de6b03ed5ae7a5c564e1c95a5950
tree5f2472b332617c94b439230f31d8101549eaa356
parentb8f4163da30e16c7cd58fe04f4b17e38d53cd57e
bpo-31234: Fix dangling thread in test_ftp/poplib (#3540)

Explicitly clear the server attribute in test_ftplib and test_poplib
to prevent dangling thread.
Lib/test/test_ftplib.py
Lib/test/test_poplib.py