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 vstinner
Recipients benjamin.peterson, ned.deily, ronaldoussoren, vstinner
Date 2017-03-27.21:05:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490648746.25.0.479483160976.issue29925@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/363/steps/test/logs/stdio

======================================================================
FAIL: test_uuid1_safe (test.test_uuid.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_uuid.py", line 351, in test_uuid1_safe
    self.assertNotEqual(u.is_safe, uuid.SafeUUID.unknown)
AssertionError: <SafeUUID.unknown: None> == <SafeUUID.unknown: None>

According to Ned Deily, the test started to fail with the the commit 0b8432538acf45d7a605fe68648b4712e8d9cee3.
PR: https://github.com/python/cpython/pull/388

See also the issue #29915 (OS X Tiger).
History
Date User Action Args
2017-03-27 21:05:46vstinnersetrecipients: + vstinner, ronaldoussoren, benjamin.peterson, ned.deily
2017-03-27 21:05:46vstinnersetmessageid: <1490648746.25.0.479483160976.issue29925@psf.upfronthosting.co.za>
2017-03-27 21:05:46vstinnerlinkissue29925 messages
2017-03-27 21:05:46vstinnercreate