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 neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2015-03-31.19:32:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150331193118.119980.60070@psf.io>
In-reply-to
Content
New changeset d9374864d4a9 by Victor Stinner in branch 'default':
Issue #23618: Cleanup internal_connect() in socketmodule.c
https://hg.python.org/cpython/rev/d9374864d4a9

New changeset 4fad2b9fc4e6 by Victor Stinner in branch 'default':
Issue #23618: Fix EINTR handling in socket.connect()
https://hg.python.org/cpython/rev/4fad2b9fc4e6
History
Date User Action Args
2015-03-31 19:32:02python-devsetrecipients: + python-dev, pitrou, vstinner, neologix, serhiy.storchaka
2015-03-31 19:32:02python-devlinkissue23618 messages
2015-03-31 19:32:02python-devcreate