bpo-20180: use Argument Clinic in itertools module where appropriate by taleinat · Pull Request #4117 · python/cpython

added 2 commits

October 25, 2017 15:09
This is required to be able to include the generated AC code from
clinic/itertoolsmodule.c.h, which must appear before these definitions
but after all typedefs and type declarations.

serhiy-storchaka

@taleinat

* drop all "as" clauses for function names, renaming the relevant C
  functions instead
* count.__new__: add missing default values for arguments and rename
  the argument variables back to those in the pre-AC code
* starmap.__new__: properly define the arguments as positional-only

vadmium

@taleinat

@taleinat

rhettinger