-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-30347: Fixed a crash in itertools.groupby() when use the grouper #1557
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
Conversation
iterator in the key function.
|
@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @rhettinger, @kristjanvalur and @birkenfeld to be potential reviewers. |
Misc/NEWS
Outdated
| Library | ||
| ------- | ||
|
|
||
| - bpo-30347: Fixed a crash in itertools.groupby() when use the grouper iterator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"when using the grouper"
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6. |
|
Sorry @serhiy-storchaka, I had trouble checking out the |
|
GH-3770 is a backport of this pull request to the 3.6 branch. |
…s.groupby() iterators. (pythonGH-1557) (cherry picked from commit c740e4f)
…s.groupby() iterators. (pythonGH-1557). (cherry picked from commit c740e4f)
|
GH-3772 is a backport of this pull request to the 2.7 branch. |
iterator in the key function.
https://bugs.python.org/issue30347