Skip to content

Add more const modifiers. #26691

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

Merged
merged 2 commits into from
Jun 12, 2021
Merged

Conversation

serhiy-storchaka
Copy link
Member

New code which uses non-const pointers to data which is immutable by its nature was added since last clean up. This PR adds missed const modifiers.

@serhiy-storchaka serhiy-storchaka merged commit be8b631 into python:main Jun 12, 2021
@serhiy-storchaka serhiy-storchaka deleted the const branch June 12, 2021 13:12
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jun 12, 2021
(cherry picked from commit be8b631)

Co-authored-by: Serhiy Storchaka <[email protected]>
pablogsal pushed a commit that referenced this pull request Jun 12, 2021
(cherry picked from commit be8b631)

Co-authored-by: Serhiy Storchaka <[email protected]>
jdevries3133 pushed a commit to jdevries3133/cpython that referenced this pull request Jun 19, 2021
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