Skip to content

Commit a6360d1

Browse files
authored
Update Lib/uuid.py
1 parent 60877e4 commit a6360d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/uuid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ def uuid7():
896896
counter = _last_counter_v7 + 1
897897
if counter > 0x3ff_ffff_ffff:
898898
_last_counter_v7_overflow = True
899+
# advance the 48-bit timestamp
899900
timestamp_ms += 1
900901
counter, tail = _uuid7_get_counter_and_tail()
901902
else:

0 commit comments

Comments
 (0)