Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.6k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-139122: Reimplement base UUID type, uuid4(), and uuid7() in C
- #139123
#139123
Open
1st1
wants to merge 16 commits into
python:main
python/cpython:main
from
1st1:uuid_push
1st1/cpython:uuid_push
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
gh-139122: Reimplement base UUID type, uuid4(), and uuid7() in C
#139123
1st1
wants to merge 16 commits into
python:main
python/cpython:main
from
1st1:uuid_push
1st1/cpython:uuid_push
Copy head branch name to clipboard
Commits
Commits on Sep 22, 2025
Issue #gh-139122: Reimplement base UUID type, uuid4(), and uuid7() in C
Show description for 7aae38c
1st1
committed
7aae38c
View commit details
Copy full SHA for 7aae38c
Browse repository at this point
Address @picnixz's review
1st1
committed
5ff81f3
View commit details
Copy full SHA for 5ff81f3
Browse repository at this point
Regen the clinic files
1st1
committed
2b8508e
View commit details
Copy full SHA for 2b8508e
Browse repository at this point
Clarify the type name
1st1
committed
9261f1c
View commit details
Copy full SHA for 9261f1c
Browse repository at this point
Fix news
1st1
committed
7f2b904
View commit details
Copy full SHA for 7f2b904
Browse repository at this point
Trim the NEWS file down
1st1
committed
21ca384
View commit details
Copy full SHA for 21ca384
Browse repository at this point
Use PyObject* in getters
1st1
committed
8bceabd
View commit details
Copy full SHA for 8bceabd
Browse repository at this point
Codegen string literals and use them
1st1
committed
d25862a
View commit details
Copy full SHA for d25862a
Browse repository at this point
Ensure total compatibility of C/Python implementations of uuid4 / uuid7
Show description for 4ba14a8
1st1
committed
4ba14a8
View commit details
Copy full SHA for 4ba14a8
Browse repository at this point
Stop importing unused SafeUUID members
1st1
committed
0d4e605
View commit details
Copy full SHA for 0d4e605
Browse repository at this point
Drop SafeUUID.unknown
1st1
committed
b15b85b
View commit details
Copy full SHA for b15b85b
Browse repository at this point
Drop more things that can be imported dynamically
1st1
committed
37685da
View commit details
Copy full SHA for 37685da
Browse repository at this point
Remove circular import; import 'uuid' from '_uuid' lazily
1st1
committed
f83d186
View commit details
Copy full SHA for f83d186
Browse repository at this point
Regen files
1st1
committed
baacd10
View commit details
Copy full SHA for baacd10
Browse repository at this point
Get module state assuming there could be subclasses of UUID
Show description for bd67350
1st1
committed
bd67350
View commit details
Copy full SHA for bd67350
Browse repository at this point
More ergonomic int cast code
1st1
committed
b10a1f7
View commit details
Copy full SHA for b10a1f7
Browse repository at this point
You can’t perform that action at this time.