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 barry
Recipients anpetral, barry, ned.deily, ronaldoussoren
Date 2018-01-06.17:01:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <65C933AA-5559-4BE8-A653-DC4CA9D8FDE4@python.org>
In-reply-to <1515255985.98.0.467229070634.issue32502@psf.upfronthosting.co.za>
Content
On Jan 6, 2018, at 11:26, Andres Petralli <report@bugs.python.org> wrote:
> 
> Traceback (most recent call last):
>  File "/Users/andy/Desktop/test.py", line 3, in <module>
>    str(uuid.uuid1())
>  File "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/uuid.py", line 607, in uuid1
>    clock_seq_hi_variant, clock_seq_low, node), version=1)
>  File "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/uuid.py", line 168, in __init__
>    raise ValueError('field 6 out of range (need a 48-bit value)')
> ValueError: field 6 out of range (need a 48-bit value)

Interesting.  This doesn’t fail for me on 10.13.2.
History
Date User Action Args
2018-01-06 17:01:40barrysetrecipients: + barry, ronaldoussoren, ned.deily, anpetral
2018-01-06 17:01:40barrylinkissue32502 messages
2018-01-06 17:01:40barrycreate