mirror of
https://github.com/python/cpython.git
synced 2025-01-08 09:34:48 +08:00
Fix #19830: Fix a ResourceWarning in test_poplib.
Patch written by Vajrasky Kok.
This commit is contained in:
parent
8622ac3ce2
commit
28dd6deca8
@ -421,7 +421,7 @@ class TestPOP3_TLSClass(TestPOP3Class):
|
||||
# happens in the test_too_long_lines case; the overlong
|
||||
# response will be treated as response to QUIT and raise
|
||||
# this exception
|
||||
pass
|
||||
self.client.close()
|
||||
self.server.stop()
|
||||
|
||||
def test_stls(self):
|
||||
|
Loading…
Reference in New Issue
Block a user