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.12:11:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150331121126.65757.35399@psf.io>
In-reply-to
Content
New changeset e8246baad0f6 by Victor Stinner in branch 'default':
Issue #23618: Refactor the _socket module
https://hg.python.org/cpython/rev/e8246baad0f6

New changeset fa5542660b17 by Victor Stinner in branch 'default':
Issue #23618: Refactor internal_select() to prepare socket.connect() for EINTR
https://hg.python.org/cpython/rev/fa5542660b17

New changeset c027d6468667 by Victor Stinner in branch 'default':
Issue #23618: internal_connect_select() now waits also for error events
https://hg.python.org/cpython/rev/c027d6468667
History
Date User Action Args
2015-03-31 12:11:39python-devsetrecipients: + python-dev, pitrou, vstinner, neologix, serhiy.storchaka
2015-03-31 12:11:39python-devlinkissue23618 messages
2015-03-31 12:11:39python-devcreate