Barry A. Warsaw <ba...@python.org> added the comment: On Jan 6, 2018, at 11:26, Andres Petralli <rep...@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. ---------- nosy: +barry _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32502> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com