]> granicus.if.org Git - python/commit
fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect(...
authorGiampaolo Rodola' <g.rodola@gmail.com>
Thu, 22 Mar 2012 15:24:33 +0000 (16:24 +0100)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Thu, 22 Mar 2012 15:24:33 +0000 (16:24 +0100)
commitf4ce1146fc00a4477ee03eeecbc90566384a041f
treee6c85b052df640befa031c28dcdaa9e45b7005a4
parent3539ef3d21a47beff871636bdf6cd5e40aa556e4
fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect.
Misc/NEWS