projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76611c7
)
Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662...
author
Victor Stinner
<vstinner@redhat.com>
Tue, 9 Jul 2019 11:35:47 +0000
(13:35 +0200)
committer
GitHub
<noreply@github.com>
Tue, 9 Jul 2019 11:35:47 +0000
(13:35 +0200)
This reverts commit
cf9c41c422de3774862db964fe3153086bad3f61
.
Lib/test/test_ssl.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_ssl.py
b/Lib/test/test_ssl.py
index 166e28683e267f69e9953b8a953a4aa7334156fd..d2b9e2046d0eecf7132db24640474f7f19c5ae45 100644
(file)
--- a/
Lib/test/test_ssl.py
+++ b/
Lib/test/test_ssl.py
@@
-2382,7
+2382,6
@@
class ThreadedEchoServer(threading.Thread):
if self.server.chatty and support.verbose:
sys.stdout.write(err.args[1])
# test_pha_required_nocert is expecting this exception
- self.close()
raise ssl.SSLError('tlsv13 alert certificate required')
except OSError:
if self.server.chatty: