Skip to content

Add patch for stable uuid.getnode on 3.13 #634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 6, 2025
Merged

Add patch for stable uuid.getnode on 3.13 #634

merged 3 commits into from
Jun 6, 2025

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented May 30, 2025

Cherry-picks python/cpython#134704

See #587

@zanieb zanieb marked this pull request as ready for review June 6, 2025 13:24
@zanieb zanieb changed the title Add patch for stable uuid.getnode Add patch for stable uuid.getnode on 3.13 Jun 6, 2025
@zanieb
Copy link
Member Author

zanieb commented Jun 6, 2025

Working on macOS

❯ ./python/install/bin/python -c "import uuid; print(uuid.getnode())"
105821005133624
❯ ./python/install/bin/python -c "import uuid; print(uuid.getnode())"
105821005133624
❯ uvx --managed-python [email protected] -c "import uuid; print(uuid.getnode())"
136179901077688
❯ uvx --managed-python [email protected] -c "import uuid; print(uuid.getnode())"
78466001545606

@zanieb zanieb merged commit ea59920 into main Jun 6, 2025
111 checks passed
@zanieb zanieb deleted the zb/get-node branch June 6, 2025 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant