]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120526: Correct signature of map() builtin (GH-120528) (GH-120539)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 15 Jun 2024 05:59:37 +0000 (07:59 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2024 05:59:37 +0000 (05:59 +0000)
commit9f0269d6aed1b61996b95dc0730a4008de012011
treeee3a30e32f283f2ba4ba902ebf6917ccd2995f9f
parent3c88898a696785fb4872a271d7c90f6505178fd7
[3.13] gh-120526: Correct signature of map() builtin (GH-120528) (GH-120539)

map() requires at least one iterable arg.

(cherry picked from commit d4039d3f6f8cb7738c5cd272dde04171446dfd2b)

Signed-off-by: Adam Williamson <awilliam@redhat.com>
Co-authored-by: Adam Williamson <adam@blueradius.ca>
Python/bltinmodule.c