Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
bpo-40077: Convert itertools types to heap types#24065
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@rhettinger, let me know how large chunks you want me to split this PR in. |
Uh oh!
There was an error while loading.Please reload this page.
bedevere-bot commentedJan 4, 2021
🤖 New build scheduled with the buildbot fleet by@pablogsal for commit55cee70 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
|
The changes are described in the PR subject:"Convert itertools types to heap types" In order to fully understand the changes, I would recommend taking a look atPEP 384,PEP 573,PyType_Spec, andPyType_Slot. I guess@vstinner or@corona10 could assist in reviewing this, if they don't mind.
The
A module should not alter its behaviour depending on how its types are implemented. I see no reason to add type implementation specific tests for
|
I prefer to close the PR for now. I'm working on a PEP with@corona10 to explain the rationale. We can wait until this (future) PEP is accepted before changing itertools. |
erlend-aasland commentedJan 6, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
All right! I'll keep the branch around, then :) |
Uh oh!
There was an error while loading.Please reload this page.
https://bugs.python.org/issue40077