Skip to content

Commit 437d8cf

Browse files
picnixzvstinner
andauthored
Update Lib/uuid.py
Co-authored-by: Victor Stinner <[email protected]>
1 parent 59e6d7e commit 437d8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,8 @@ def uuid7():
824824
int_uuid_7 |= tail
825825
# by construction, the variant and version bits are already cleared
826826
int_uuid_7 |= _RFC_4122_VERSION_7_FLAGS
827-
828827
res = UUID._from_int(int_uuid_7)
828+
829829
# defer global update until all computations are done
830830
_last_timestamp_v7 = timestamp_ms
831831
_last_counter_v7 = counter

0 commit comments

Comments
 (0)