This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients giampaolo.rodola, ixokai, josiah.carlson, python-dev, r.david.murray
Date 2012-03-22.15:06:53
SpamBayes Score 0.003643447
Marked as misclassified No
Message-id <E1SAjbI-0007ji-2I@dinsdale.python.org>
In-reply-to
Content
New changeset 8c19c9914c22 by Giampaolo Rodola' in branch '2.7':
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.
http://hg.python.org/cpython/rev/8c19c9914c22
History
Date User Action Args
2012-03-22 15:06:54python-devsetrecipients: + python-dev, ixokai, giampaolo.rodola, josiah.carlson, r.david.murray
2012-03-22 15:06:53python-devlinkissue10340 messages
2012-03-22 15:06:53python-devcreate