Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-20180: convert most of itertoolsmodule.c to use Argument Clinic #9164

Merged
merged 11 commits into from
Sep 11, 2018

Conversation

taleinat
Copy link
Contributor

@taleinat taleinat commented Sep 11, 2018

This is a followup to PRs #4117 and #4170.

As requested by @rhettinger, this PR:

  • keeps doc-strings unchanged
  • doesn't convert special dunder methods such as __reduce__ and __setstate__
  • keeps variable names unchanged e.g. predicate as func: object
  • doesn't move anything around, only adding a required list of static PyTypeObject declarations at the top

Since AC requires the doc-string to begin with a single summary line, I've kept most of those unchanged, despite in some cases exceeding 79 characters in length. @rhettinger, what should be done with those?

https://bugs.python.org/issue20180

taleinat and others added 2 commits September 11, 2018 17:51
* add back accidentally removed static PyTypeObject declaration
* remove no longer used PyDoc_STRVAR doc-string definition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants