From: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Date: Mon, 26 May 2025 10:38:16 +0000 (+0200) Subject: gh-132710: add missing NEWS entry for GH-132901 (#134705) X-Git-Tag: v3.15.0a1~1515 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9eb84d83e00070cec3cfe78f1d0c7a7a0fbef30f;p=thirdparty%2FPython%2Fcpython.git gh-132710: add missing NEWS entry for GH-132901 (#134705) --- diff --git a/Misc/NEWS.d/next/Library/2025-05-26-12-31-08.gh-issue-132710.ApU3TZ.rst b/Misc/NEWS.d/next/Library/2025-05-26-12-31-08.gh-issue-132710.ApU3TZ.rst new file mode 100644 index 000000000000..b7011517aa9d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2025-05-26-12-31-08.gh-issue-132710.ApU3TZ.rst @@ -0,0 +1,3 @@ +If possible, ensure that :func:`uuid.getnode` returns the same result even +across different processes. Previously, the result was constant only within +the same process. Patch by Bénédikt Tran.