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

gh-101277: Isolate itertools, part 2/4 #101303

Merged

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Jan 24, 2023

Add dropwhile, takewhile, starmap, combinations*, and permutations types to module state

@erlend-aasland erlend-aasland marked this pull request as ready for review February 1, 2023 11:56
@corona10 corona10 added the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Feb 1, 2023
@corona10 corona10 self-requested a review February 1, 2023 12:25
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @corona10 for commit 29a3485 🤖

If you want to schedule another build, you need to add the :hammer: test-with-refleak-buildbots label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Feb 1, 2023
Copy link
Member

@corona10 corona10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!!

@kumaraditya303 kumaraditya303 merged commit a52cc98 into python:main Feb 3, 2023
@kumaraditya303
Copy link
Contributor

Thanks @erlend-aasland, onto the next one!

iritkatriel pushed a commit to iritkatriel/cpython that referenced this pull request Feb 3, 2023
…thon#101303)

Add dropwhile, takewhile, starmap, combinations*, and permutations types to module state.
@erlend-aasland
Copy link
Contributor Author

Thanks @erlend-aasland, onto the next one!

Thanks, Kumar! I'm on the road these days; I'll try to find the time to prepare part 3 later today.

@erlend-aasland erlend-aasland deleted the isolate-itertools/batch-2 branch February 3, 2023 15:26
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