]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101277: Port more itertools static types to heap types (#101304)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Wed, 8 Feb 2023 20:25:42 +0000 (21:25 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 20:25:42 +0000 (21:25 +0100)
commitde3669ebcb33ca8e3373fbbaed646c5f287979b8
tree77fbbffce890032112e045339561161a9838d8f4
parent616aec1ff148ba4570aa2d4b8ea420c715c206e4
gh-101277: Port more itertools static types to heap types (#101304)

Add accumulate, compress, count, filterfalse, pairwise, product,
and zip_longest types to module state.
Modules/clinic/itertoolsmodule.c.h
Modules/itertoolsmodule.c