-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-105201: Add PyIter_NextItem to replace PyIter_Next which has an ambiguous output #105202
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
5e91524
gh-105201: Add PyIter_NextItem to replace PyIter_Next which has an am…
iritkatriel 6987604
Merge branch 'main' into iter_nextitem
iritkatriel 7905125
add new function to the stable ABI
iritkatriel cc29375
code review comments from Jella nd Erlend
iritkatriel 9eb3a79
update doc
iritkatriel 4dcb5d8
typo
iritkatriel 5aaf37e
regen
iritkatriel edc54c8
make PyIter_NextItem return 0 for exhausted iterator and 1 when it pr…
iritkatriel 8d93533
fix doc
iritkatriel 02b64d4
Revert "fix doc"
iritkatriel 1ee8618
Revert "make PyIter_NextItem return 0 for exhausted iterator and 1 wh…
iritkatriel 028cef4
flip signature around
iritkatriel 2c14604
if(err)
iritkatriel a6d58ab
Revert "if(err)"
iritkatriel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
gh-105201: Add PyIter_NextItem to replace PyIter_Next which has an am…
…biguous return value
- Loading branch information
commit 5e915244dfe700d4a708aa0b067f2a65b566427b
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.