Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
rhettinger merged 7 commits into
python:masterpython/cpython:masterfrom
taleinat:bpo-20180_itertools_groupby_AC_conversiontaleinat/cpython:bpo-20180_itertools_groupby_AC_conversionCopy head branch name to clipboard
Sep 10, 2018
Merged

bpo-20180: itertools.groupby Argument Clinic conversion#4170
rhettinger merged 7 commits into
python:masterpython/cpython:masterfrom
taleinat:bpo-20180_itertools_groupby_AC_conversiontaleinat/cpython:bpo-20180_itertools_groupby_AC_conversionCopy head branch name to clipboard

Conversation

@taleinat

@taleinat taleinat commented Oct 30, 2017

Copy link
Copy Markdown
Contributor

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

taleinat commented Jun 12, 2018

Copy link
Copy Markdown
Contributor Author

@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

taleinat commented Jul 1, 2018

Copy link
Copy Markdown
Contributor Author

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.