-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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: Finalise isolating itertools #101305
gh-101277: Finalise isolating itertools #101305
Conversation
244bc33
to
e5bf6f8
Compare
e5bf6f8
to
a9b84f0
Compare
a9b84f0
to
930fbe1
Compare
ed58cc0
to
c4981ff
Compare
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 9f68cd1 🤖 If you want to schedule another build, you need to add the |
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit a9c6ce5 🤖 If you want to schedule another build, you need to add the |
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 5213d1f 🤖 If you want to schedule another build, you need to add the |
Thanks for the reviews, Kumar. Highly appreciated. |
Status check is done, and it's a success ✅. |
Thanks for all your work on this! |
|
Go ahead! I expect that there will be some bootstrapping issues but I'll help you out. |
* main: Docs: Fix getstatus() -> getcode() typos (python#101296) Docs: use parameter list for sqlite3.Cursor.execute* (python#101782) pythongh-101763: Update bundled copy of libffi to 3.4.4 on Windows (pythonGH-101784) pythongh-101517: make bdb avoid looking up in linecache with lineno=None (python#101787) pythongh-101759: Update Windows installer to SQLite 3.40.1 (python#101762) pythongh-101277: Finalise isolating itertools (pythonGH-101305) pythongh-101759: Update macOS installer to SQLite 3.40.1 (python#101761)
Add repeat, islice, chain, tee, teedataobject, and batched types to module state.
Automerge-Triggered-By: GH:erlend-aasland