mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
Make test_socket_ssl finally pass on WIn
This commit is contained in:
parent
ed02eb6aa9
commit
c90397a7c9
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ if not sys.platform.startswith('win'):
|
|||
ss.read(1)
|
||||
ss.read(1)
|
||||
s.close()
|
||||
else:
|
||||
def test_timeout():
|
||||
pass
|
||||
|
||||
def test_rude_shutdown():
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue