]> granicus.if.org Git - python/commit
Hopefully fix sporadic Windows issue by avoiding calling getpeername()
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 26 Apr 2010 22:17:47 +0000 (22:17 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 26 Apr 2010 22:17:47 +0000 (22:17 +0000)
commitfa2b9380c057ebd951b33f3a97938048a9aa2908
treec15e0513febb5fd8cb90cdc75db07f8e7864223e
parentde8cf32ec834539bceffa5fae28f822be684f9f2
Hopefully fix sporadic Windows issue by avoiding calling getpeername()
on a freshly dup'ed socket.
Lib/ssl.py