-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-99761: add invalid_index macro #99762
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 all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
0d1b08a
add invalid_index
eendebakpt be6143f
replace valid_index
eendebakpt bcaec88
📜🤖 Added by blurb_it.
blurb-it[bot] 6dd6fec
make regen-all
eendebakpt 7a35197
Merge branch 'list_tuple' of github.com:eendebakpt/cpython into list_…
eendebakpt 1e4448f
Rename 2022-11-25-09-34-57.gh-issue-9761.sRqH37.rst to 2022-11-25-09-…
eendebakpt 1d58ef0
add method for int check
eendebakpt 76ecde6
change invalid_index to valid_index
eendebakpt c356130
change invalid_index to valid_index
eendebakpt 329d6ed
revert changes to _collectionsmodule.c on request of the author
eendebakpt bbdb3b5
make valid_index private
eendebakpt 45d4abf
change static inline to macro
eendebakpt e78d129
typo
eendebakpt 5cc1dfc
unto changes to _collectionsmodule.c
eendebakpt a112a05
Merge branch 'main' into list_tuple
eendebakpt d04aa18
rename to static inline int _Py_is_valid_index
eendebakpt d6c614c
update news item
eendebakpt 77e8cc4
double backticks
eendebakpt 90fa51f
Merge branch 'main' into list_tuple
eendebakpt 6e334bc
fix docstring
eendebakpt 242de2d
Merge branch 'list_tuple' of githubeendebakpt:eendebakpt/cpython into…
eendebakpt fe8b462
Update Include/internal/pycore_abstract.h
eendebakpt 901dd4c
revert changes with _PyLong_negative_or_multi_digit_int
eendebakpt 3fbbaae
update documentation
eendebakpt 366f2ec
revert changes in bytecodes.c
eendebakpt 7795929
Update Include/internal/pycore_abstract.h
vstinner 87f65e6
Update Include/internal/pycore_abstract.h
vstinner f7b22bf
Update Objects/codeobject.c
vstinner 1e47517
Update Modules/mmapmodule.c
vstinner e510943
Update Modules/arraymodule.c
vstinner 61bd3a4
remove news entry
eendebakpt 6f0e26e
remove comment about twos-complement
eendebakpt ae35168
Merge branch 'main' into list_tuple
eendebakpt 1c86e98
Merge branch 'main' into list_tuple
eendebakpt 8633a20
Merge branch 'main' into list_tuple
eendebakpt 55e6d70
Merge branch 'main' into list_tuple
eendebakpt 4185f3c
Merge branch 'main' into list_tuple
eendebakpt 24f0aa0
Merge branch 'main' into list_tuple
eendebakpt 8c1332a
Merge branch 'main' into list_tuple
eendebakpt 8ca17f7
Merge branch 'main' into list_tuple
eendebakpt 4377b07
review comments
eendebakpt 2e871e9
Merge branch 'main' into list_tuple
eendebakpt 4699151
Merge branch 'main' into list_tuple
eendebakpt 795bf2d
Merge branch 'main' into list_tuple
eendebakpt 3ca5d8b
Merge branch 'main' into list_tuple
eendebakpt fe17e85
Merge branch 'main' into list_tuple
eendebakpt 7cb70fc
Merge branch 'main' into list_tuple
eendebakpt a072101
Merge branch 'main' into list_tuple
eendebakpt 7204d8a
Merge branch 'main' into list_tuple
eendebakpt 977e7cc
Merge branch 'main' into list_tuple
eendebakpt d3b633e
Merge branch 'main' into list_tuple
eendebakpt cad941a
Merge branch 'main' into list_tuple
eendebakpt 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
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
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.