From bff0455319e88ec18b73860fd2a7c7fcfde5f1c3 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:00:21 +0200 Subject: [PATCH] [3.14] Add missing NEWS entry for gh-140517 (GH-140560) (GH-140565) (cherry picked from commit d78d7a50b06c4ea10d13fc2dcb42607a97f9260c) Co-authored-by: Mikhail Efimov --- .../2025-10-24-20-16-42.gh-issue-140517.cqun-K.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Misc/NEWS.d/next/Core_and_Builtins/2025-10-24-20-16-42.gh-issue-140517.cqun-K.rst diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2025-10-24-20-16-42.gh-issue-140517.cqun-K.rst b/Misc/NEWS.d/next/Core_and_Builtins/2025-10-24-20-16-42.gh-issue-140517.cqun-K.rst new file mode 100644 index 000000000000..15aaea8ab027 --- /dev/null +++ b/Misc/NEWS.d/next/Core_and_Builtins/2025-10-24-20-16-42.gh-issue-140517.cqun-K.rst @@ -0,0 +1,3 @@ +Fixed a reference leak when iterating over the result of :func:`map` +with ``strict=True`` when the input iterables have different lengths. +Patch by Mikhail Efimov. -- 2.47.3