Skip to content

Commit b35ce61

Browse files
committed
Merge remote-tracking branch 'upstream/main' into fix/shake/hacl-implementation-clinic-134696
2 parents 996d232 + 9eb84d8 commit b35ce61

File tree

5 files changed

+253
-217
lines changed

5 files changed

+253
-217
lines changed

Doc/library/copy.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ and only supports named tuples created by :func:`~collections.namedtuple`,
122122
This method should create a new object of the same type,
123123
replacing fields with values from *changes*.
124124

125+
.. versionadded:: 3.13
126+
125127

126128
.. seealso::
127129

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
:mod:`!_hashlib`: Rename internal C functions for :class:`!_hashlib.HASH`
2+
and :class:`!_hashlib.HASHXOF` objects. Patch by Bénédikt Tran.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
If possible, ensure that :func:`uuid.getnode` returns the same result even
2+
across different processes. Previously, the result was constant only within
3+
the same process. Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)