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

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

Closed
wants to merge 2 commits into from
Closed

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

wants to merge 2 commits into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 28, 2018

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
Member Author

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

@vstinner
Copy link
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.

None yet

3 participants