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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.