https://github.com/python/cpython/commit/d78d7a50b06c4ea10d13fc2dcb42607a97f9260c commit: d78d7a50b06c4ea10d13fc2dcb42607a97f9260c branch: main author: Mikhail Efimov <[email protected]> committer: serhiy-storchaka <[email protected]> date: 2025-10-24T22:53:00+03:00 summary:
Add missing NEWS entry for gh-140517 (GH-140560) files: A 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 00000000000000..15aaea8ab027e3 --- /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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
