]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135244: generate UUID random Node ID with a CSPRNG as per RFC 9562, §6.10.3 (...
authorLamentXU <108666168+LamentXU123@users.noreply.github.com>
Sun, 8 Jun 2025 11:46:16 +0000 (19:46 +0800)
committerGitHub <noreply@github.com>
Sun, 8 Jun 2025 11:46:16 +0000 (11:46 +0000)
commit1cb716387255a7bdab5b580bcf8ac1b6fa32cc41
tree976ddb0335d543cd4f5574871f98122054d0d01d
parent4372011928b43d369be727ed3eb6d9d4f9610660
gh-135244: generate UUID random Node ID with a CSPRNG as per RFC 9562, §6.10.3 (#135226)

This aligns with the recommendations of RFC 9562, Section 6.10, paragraph 3 [1].

[1]: https://www.rfc-editor.org/rfc/rfc9562.html#section-6.10-3.

---------

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/uuid.rst
Lib/uuid.py
Misc/NEWS.d/next/Library/2025-06-08-10-22-22.gh-issue-135244.Y2SOTJ.rst [new file with mode: 0644]