]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119793: Add optional length-checking to `map()` (GH-120471)
authorNice Zombies <nineteendo19d0@gmail.com>
Mon, 4 Nov 2024 14:00:19 +0000 (15:00 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Nov 2024 14:00:19 +0000 (15:00 +0100)
commit3032fcd90ecb745b737cbc93f694f9a802062a3a
tree24708afe3029ea00fd9ef72e0295593a90168f5d
parentbfc1d2504c183a9464e65c290e48516d176ea41f
gh-119793: Add optional length-checking to `map()` (GH-120471)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Doc/library/functions.rst
Doc/whatsnew/3.14.rst
Lib/test/test_builtin.py
Lib/test/test_itertools.py
Misc/NEWS.d/next/Core_and_Builtins/2024-06-13-19-12-49.gh-issue-119793.FDVCDk.rst [new file with mode: 0644]
Python/bltinmodule.c