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 martin.panter, neologix, python-dev, vstinner
Date 2015-03-30.20:16:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150330201558.10336.34978@psf.io>
In-reply-to
Content
New changeset 0591cf5c9ebd by Victor Stinner in branch 'default':
Issue #23485: Add _PyTime_FromMillisecondsObject() function
https://hg.python.org/cpython/rev/0591cf5c9ebd

New changeset 69b1683ee001 by Victor Stinner in branch 'default':
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
https://hg.python.org/cpython/rev/69b1683ee001

New changeset 5194a84ed9f3 by Victor Stinner in branch 'default':
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
https://hg.python.org/cpython/rev/5194a84ed9f3
History
Date User Action Args
2015-03-30 20:16:01python-devsetrecipients: + python-dev, vstinner, neologix, martin.panter
2015-03-30 20:16:01python-devlinkissue23485 messages
2015-03-30 20:16:01python-devcreate