Skip to content

gh-136428: amend UUIDv8 performance improvements - #136903

Merged
picnixz merged 1 commit into
python:mainfrom
picnixz:fix/uuid/announcement-136428
Jul 21, 2025
Merged

gh-136428: amend UUIDv8 performance improvements#136903
picnixz merged 1 commit into
python:mainfrom
picnixz:fix/uuid/announcement-136428

Conversation

@picnixz

@picnixzpicnixz commented Jul 21, 2025

Copy link
Copy Markdown
Member

@picnixzpicnixz added skip news needs backport to 3.14 bugs and security fixes labels Jul 21, 2025
@bedevere-appbedevere-appBot added awaiting core review docs Documentation in the Doc dir labels Jul 21, 2025
@picnixzpicnixz changed the title gh-136428: amend UUIDv8 improvementsgh-136428: amend UUIDv8 performance improvementsJul 21, 2025
@picnixz
picnixz enabled auto-merge (squash) July 21, 2025 08:19
@picnixz
picnixz merged commit 5798348 into python:mainJul 21, 2025
33 of 34 checks passed
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsJul 21, 2025
@miss-islington-app

Copy link
Copy Markdown

Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 21, 2025
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.
(cherry picked from commit 5798348)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@bedevere-app

Copy link
Copy Markdown

GH-136904 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Jul 21, 2025
@picnixz
picnixz deleted the fix/uuid/announcement-136428 branch July 21, 2025 08:24
picnixz added a commit that referenced this pull request Jul 21, 2025
…136904)
gh-136428: amend UUIDv8 performance improvements (GH-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.
(cherry picked from commit 5798348)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
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.
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request Aug 19, 2025
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.
kumaraditya303 pushed a commit to miss-islington/cpython that referenced this pull request Sep 9, 2025
…GH-136903) (python#136904)
pythongh-136428: amend UUIDv8 performance improvements (pythonGH-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.
(cherry picked from commit 5798348)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant

@picnixz