]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101277: Port more `itertools` static types to heap types (#101303)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Fri, 3 Feb 2023 09:54:27 +0000 (10:54 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Feb 2023 09:54:27 +0000 (15:24 +0530)
commita52cc9853fed39b5cc90b7ffb6a64249307a990b
tree11b86f1bae16dc3cd399f5332eb177f2caca1e30
parent45d014e03ba7ba4c9c912120ec36b2aca02061f4
gh-101277: Port more `itertools` static types to heap types (#101303)

Add dropwhile, takewhile, starmap, combinations*, and permutations types to module state.
Modules/clinic/itertoolsmodule.c.h
Modules/itertoolsmodule.c