https://github.com/python/cpython/commit/5798348a0739ccf46f690f5fa1443080ec5de310
commit: 5798348a0739ccf46f690f5fa1443080ec5de310
branch: main
author: Bénédikt Tran <[email protected]>
committer: picnixz <[email protected]>
date: 2025-07-21T08:23:16Z
summary:
gh-136428: amend UUIDv8 performance improvements (#136903)
UUIDv8 has been added in Python 3.14.0a2 and its construction time
has been improved in Python 3.14.0a4, but since those changes will
not be visible when comparing the latest Python 3.13 and 3.14 together,
we do not document them on the What's New page to avoid confusion.
files:
M Doc/whatsnew/3.14.rst
diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst
index ba06930cf14eec..91f8ccc796794b 100644
--- a/Doc/whatsnew/3.14.rst
+++ b/Doc/whatsnew/3.14.rst
@@ -2323,8 +2323,7 @@ uuid
* :func:`~uuid.uuid3` and :func:`~uuid.uuid5` are both roughly 40% faster
for 16-byte names and 20% faster for 1024-byte names. Performance for
longer names remains unchanged.
- * :func:`~uuid.uuid4` and :func:`~uuid.uuid8` are 30% and 40% faster
- respectively.
+ * :func:`~uuid.uuid4` is 30% faster.
(Contributed by Bénédikt Tran in :gh:`128150`.)
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]