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 BreamoreBoy, allenap, barry, ggenellina, mwh, pitrou, python-dev, r.david.murray, serhiy.storchaka, varun
Date 2015-11-10.17:54:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151110175407.115892.73339@psf.io>
In-reply-to
Content
New changeset 3c0a817ab616 by Serhiy Storchaka in branch '3.4':
Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions.
https://hg.python.org/cpython/rev/3c0a817ab616

New changeset e259c0ab7a69 by Serhiy Storchaka in branch '3.5':
Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions.
https://hg.python.org/cpython/rev/e259c0ab7a69

New changeset d1c11a78b43a by Serhiy Storchaka in branch 'default':
Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions.
https://hg.python.org/cpython/rev/d1c11a78b43a

New changeset bdd257d60da2 by Serhiy Storchaka in branch '2.7':
Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions.
https://hg.python.org/cpython/rev/bdd257d60da2
History
Date User Action Args
2015-11-10 17:54:15python-devsetrecipients: + python-dev, mwh, barry, ggenellina, pitrou, allenap, r.david.murray, BreamoreBoy, serhiy.storchaka, varun
2015-11-10 17:54:15python-devlinkissue6598 messages
2015-11-10 17:54:14python-devcreate