Skip to content

Commit cf63067

Browse files
authored
Update 2026-02-07-16-37-42.gh-issue-144475.8tFEXw.rst
1 parent 5bf71f9 commit cf63067

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fixed a bug in partial.__repr__() that could occur when objects replaced the
2-
args tuple during __repr__ evaluation. Now, partial.__repr__() uses the
3-
original args tuple for but subsequent calls would use an updated args tuple
4-
1+
Fixed a bug in ``partial.__repr__()`` that could occur when ``fn``, ``args``,
2+
or ``kw`` are modified during a ``repr`` call. Now, ``partial.__repr__()``
3+
will use the original arguments when generating the return string.
4+
Subsequent calls will use the updated arguments instead.

0 commit comments

Comments
 (0)