]> 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:06:43 +0000 (16:06 +0100)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Thu, 22 Mar 2012 15:06:43 +0000 (16:06 +0100)
commit96cb5d15c15ca0d276402023660f74a8fba5cfbd
tree72d09a70fb08c6d9651fb04e3d656279509bf353
parent219a05094bbe76e332fd18cdbdddae4a0a0b88da
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.
Lib/asyncore.py
Lib/test/test_asyncore.py
Misc/NEWS