]> granicus.if.org Git - python/commit
Fix tests: getsockname() can return None on OS X on unbound sockets (#1400)
authorAntoine Pitrou <pitrou@free.fr>
Tue, 2 May 2017 21:48:26 +0000 (23:48 +0200)
committerGitHub <noreply@github.com>
Tue, 2 May 2017 21:48:26 +0000 (23:48 +0200)
commit0360a9d015ddbc4e3d58e3ab4b433da27bf1db3a
tree514a2087caf2af7c2c3cbc2c3108e42e10afa4ce
parent9ed34a89532763cf89f5e11fffb91ef7dee29fed
Fix tests: getsockname() can return None on OS X on unbound sockets (#1400)
Lib/test/test_socket.py