Skip to content

Commit e9356c6

Browse files
Update Misc/NEWS.d/next/Core_and_Builtins/2025-10-24-20-16-42.gh-issue-140517.cqun-K.rst
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent cc4c579 commit e9356c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fixed a refcount leak when iterating over the result of the
2-
built-in ``map`` function. It was possible if input ``iterables``
1+
Fixed a reference leak when iterating over the result of
2+
:func:`map`. The leak could happen when input ``iterables``
33
have different lengths and ``strict`` is ``True``.
44
Patch by Mikhail Efimov.

0 commit comments

Comments
 (0)