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 Ivan.Pozdeev
Recipients Ivan.Pozdeev
Date 2017-09-29.23:30:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506727848.78.0.213398074469.issue31643@psf.upfronthosting.co.za>
In-reply-to
Content
Example failure:

======================================================================
FAIL: test_windll_getnode (test.test_uuid.TestInternals)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Ivan\cpython\lib\test\test_uuid.py", line 501, in test_windll_getnode

    self.check_node(node)
  File "C:\Ivan\cpython\lib\test\test_uuid.py", line 449, in check_node
    "%s is not an RFC 4122 node ID" % hex)
AssertionError: False is not true : 000000000000 is not an RFC 4122 node ID

======================================================================
FAIL: test_getnode (test.test_uuid.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Ivan\cpython\lib\test\test_uuid.py", line 296, in test_getnode
    self.assertTrue(0 < node1 < (1 << 48), '%012x' % node1)
AssertionError: False is not true : 000000000000
History
Date User Action Args
2017-09-29 23:30:48Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev
2017-09-29 23:30:48Ivan.Pozdeevsetmessageid: <1506727848.78.0.213398074469.issue31643@psf.upfronthosting.co.za>
2017-09-29 23:30:48Ivan.Pozdeevlinkissue31643 messages
2017-09-29 23:30:48Ivan.Pozdeevcreate