Richard Neumann <[email protected]> added the comment:
@xtreak Indeed. It fails on _windll_getnode().
======================================================================
ERROR: test_windll_getnode (test.test_uuid.TestInternalsWithoutExtModule)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\projects\cpython\lib\test\test_uuid.py", line 748, in
test_windll_getnode
node = self.uuid._windll_getnode()
File "C:\projects\cpython\lib\uuid.py", line 659, in _windll_getnode
return UUID(bytes=bytes_(_buffer.raw)).node
File "C:\projects\cpython\lib\uuid.py", line 208, in __init__
raise ValueError('illegal version number')
ValueError: illegal version number
----------------------------------------------------------------------
Apparently on Windows systems, there are UUIDs of type RFC_4122 being used
which have versions not in 1..5, which actually makes them non-RFC 4122
compliant.
Unfortunately I cannot investigate this further, since I do not have a windows
machine available right now.
----------
nosy: +conqp
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue31958>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com