Skip to content

bpo-35337: PyTuple_GET_ITEM() now checks the index#10766

Closed
vstinner wants to merge 2 commits into
python:masterfrom
vstinner:tuple_check_index
Closed

bpo-35337: PyTuple_GET_ITEM() now checks the index#10766
vstinner wants to merge 2 commits into
python:masterfrom
vstinner:tuple_check_index

Conversation

@vstinner

@vstinner vstinner commented Nov 28, 2018

Copy link
Copy Markdown
Member

PyTuple_GET_ITEM() and PyTuple_SET_ITEM() now check the index using
an assertion.

https://bugs.python.org/issue35337

PyTuple_GET_ITEM() and PyTuple_SET_ITEM() now check the index using
an assertion.
@vstinner

Copy link
Copy Markdown
Member Author

See https://bugs.python.org/issue35337#msg330597 for the backward compatibility issue.

@vstinner

Copy link
Copy Markdown
Member Author

3 developers are against this change, so I abandon it: https://bugs.python.org/issue35337#msg331408

@vstinner vstinner closed this Dec 17, 2018
@vstinner vstinner deleted the tuple_check_index branch December 17, 2018 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants