We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e6d7e commit 437d8cfCopy full SHA for 437d8cf
Lib/uuid.py
@@ -824,8 +824,8 @@ def uuid7():
824
int_uuid_7 |= tail
825
# by construction, the variant and version bits are already cleared
826
int_uuid_7 |= _RFC_4122_VERSION_7_FLAGS
827
-
828
res = UUID._from_int(int_uuid_7)
+
829
# defer global update until all computations are done
830
_last_timestamp_v7 = timestamp_ms
831
_last_counter_v7 = counter
0 commit comments