commit | 1f511e1af060e98fb789319a96076c06e7f98135 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Sat Dec 29 01:42:16 2018 +0000 |
committer | GitHub <noreply@github.com> | Sat Dec 29 01:42:16 2018 +0000 |
tree | 42e1290e446d69815b65dc95831cd681db345e59 | |
parent | 5471420faa84519530f29b08f2b042b2288e3e96 [diff] |
Make sure file object is close if socket.create_connection fails (GH-11334) The problem affects _testWithTimeoutTriggeredSend in test_socket.py.