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:19:54
SpamBayes Score 0.0008575439
Marked as misclassified No
Message-id <E1SAjnt-0000Na-C9@dinsdale.python.org>
In-reply-to
Content
New changeset e2cddb3f4526 by Giampaolo Rodola' in branch '3.2':
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/e2cddb3f4526

New changeset 6ffdca50a5ef by Giampaolo Rodola' in branch 'default':
merge 79422b3684f1 in 3.3 branch (issue 10340)
http://hg.python.org/cpython/rev/6ffdca50a5ef
History
Date User Action Args
2012-03-22 15:19:55python-devsetrecipients: + python-dev, ixokai, giampaolo.rodola, josiah.carlson, r.david.murray
2012-03-22 15:19:54python-devlinkissue10340 messages
2012-03-22 15:19:54python-devcreate