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-99761: add invalid_index macro #99762

Closed
wants to merge 52 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
0d1b08a
add invalid_index
eendebakpt Nov 24, 2022
be6143f
replace valid_index
eendebakpt Nov 25, 2022
bcaec88
📜🤖 Added by blurb_it.
blurb-it[bot] Nov 25, 2022
6dd6fec
make regen-all
eendebakpt Nov 25, 2022
7a35197
Merge branch 'list_tuple' of github.com:eendebakpt/cpython into list_…
eendebakpt Nov 25, 2022
1e4448f
Rename 2022-11-25-09-34-57.gh-issue-9761.sRqH37.rst to 2022-11-25-09-…
eendebakpt Nov 25, 2022
1d58ef0
add method for int check
eendebakpt Nov 25, 2022
76ecde6
change invalid_index to valid_index
eendebakpt Nov 26, 2022
c356130
change invalid_index to valid_index
eendebakpt Nov 26, 2022
329d6ed
revert changes to _collectionsmodule.c on request of the author
eendebakpt Nov 26, 2022
bbdb3b5
make valid_index private
eendebakpt Nov 26, 2022
45d4abf
change static inline to macro
eendebakpt Nov 26, 2022
e78d129
typo
eendebakpt Nov 26, 2022
5cc1dfc
unto changes to _collectionsmodule.c
eendebakpt Nov 26, 2022
a112a05
Merge branch 'main' into list_tuple
eendebakpt Nov 26, 2022
d04aa18
rename to static inline int _Py_is_valid_index
eendebakpt Nov 28, 2022
d6c614c
update news item
eendebakpt Nov 28, 2022
77e8cc4
double backticks
eendebakpt Nov 28, 2022
90fa51f
Merge branch 'main' into list_tuple
eendebakpt Nov 28, 2022
6e334bc
fix docstring
eendebakpt Nov 29, 2022
242de2d
Merge branch 'list_tuple' of githubeendebakpt:eendebakpt/cpython into…
eendebakpt Nov 29, 2022
fe8b462
Update Include/internal/pycore_abstract.h
eendebakpt Dec 6, 2022
901dd4c
revert changes with _PyLong_negative_or_multi_digit_int
eendebakpt Dec 6, 2022
3fbbaae
update documentation
eendebakpt Dec 6, 2022
366f2ec
revert changes in bytecodes.c
eendebakpt Dec 7, 2022
7795929
Update Include/internal/pycore_abstract.h
vstinner Dec 8, 2022
87f65e6
Update Include/internal/pycore_abstract.h
vstinner Dec 8, 2022
f7b22bf
Update Objects/codeobject.c
vstinner Dec 8, 2022
1e47517
Update Modules/mmapmodule.c
vstinner Dec 8, 2022
e510943
Update Modules/arraymodule.c
vstinner Dec 8, 2022
61bd3a4
remove news entry
eendebakpt Dec 10, 2022
6f0e26e
remove comment about twos-complement
eendebakpt Dec 10, 2022
ae35168
Merge branch 'main' into list_tuple
eendebakpt Dec 10, 2022
1c86e98
Merge branch 'main' into list_tuple
eendebakpt Dec 21, 2022
8633a20
Merge branch 'main' into list_tuple
eendebakpt Dec 26, 2022
55e6d70
Merge branch 'main' into list_tuple
eendebakpt Jan 18, 2023
4185f3c
Merge branch 'main' into list_tuple
eendebakpt Jan 26, 2023
24f0aa0
Merge branch 'main' into list_tuple
eendebakpt Feb 5, 2023
8c1332a
Merge branch 'main' into list_tuple
eendebakpt Feb 16, 2023
8ca17f7
Merge branch 'main' into list_tuple
eendebakpt Feb 20, 2023
4377b07
review comments
eendebakpt Feb 20, 2023
2e871e9
Merge branch 'main' into list_tuple
eendebakpt Feb 20, 2023
4699151
Merge branch 'main' into list_tuple
eendebakpt Mar 19, 2023
795bf2d
Merge branch 'main' into list_tuple
eendebakpt Apr 4, 2023
3ca5d8b
Merge branch 'main' into list_tuple
eendebakpt Apr 28, 2023
fe17e85
Merge branch 'main' into list_tuple
eendebakpt May 20, 2023
7cb70fc
Merge branch 'main' into list_tuple
eendebakpt Jun 21, 2023
a072101
Merge branch 'main' into list_tuple
eendebakpt Jun 28, 2023
7204d8a
Merge branch 'main' into list_tuple
eendebakpt Jul 18, 2023
977e7cc
Merge branch 'main' into list_tuple
eendebakpt Sep 25, 2023
d3b633e
Merge branch 'main' into list_tuple
eendebakpt Nov 16, 2023
cad941a
Merge branch 'main' into list_tuple
eendebakpt Dec 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into list_tuple
  • Loading branch information
eendebakpt authored Feb 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2e871e9bd59d034888ab743c626e43f1f2bbac59

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.