gh-132710: add missing NEWS entry for GH-132901 (#134705)

This commit is contained in:
Bénédikt Tran
2025-05-26 12:38:16 +02:00
committed by GitHub
parent cb8045e86c
commit 9eb84d83e0

View File

@@ -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.