Skip to content

bpo-20180: itertools.groupby Argument Clinic conversion #4170

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

Merged

Conversation

taleinat
Copy link
Contributor

@taleinat taleinat commented Oct 30, 2017

This PR contains a small part of the changes from PR #4117, which applies an extensive Argument Clinic conversion to all of Modules/itertoolsmodule.c.

In an effort to streamline the process of reviewing that conversion, this PR only converts the groupby class and the internal _grouper helper class. It also only converts the constructors, avoiding conversion of private methods such as __reduce__ and __setstate__. Finally, it minimizes the doc-string changes, whereas the original PR mentioned above made significant changes to doc-strings in some cases.

https://bugs.python.org/issue20180

@taleinat
Copy link
Contributor Author

taleinat commented Jun 12, 2018

@rhettinger, do you think you'll have time to review this any time soon, or should I try to find another reviewer?

@taleinat taleinat force-pushed the bpo-20180_itertools_groupby_AC_conversion branch from 9cdb562 to 683cfd9 Compare July 1, 2018 05:41
@taleinat
Copy link
Contributor Author

taleinat commented Jul 1, 2018

Rebased on current master.

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