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

Add more const modifiers. #26691

Merged
merged 2 commits into from Jun 12, 2021
Merged

Add more const modifiers. #26691

merged 2 commits into from Jun 12, 2021

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Jun 12, 2021

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
10 of 12 checks passed
10 of 12 checks passed
@github-actions
Check for source changes
Details
@github-actions
Check if generated files are up to date
Details
@github-actions
Windows (x86)
Details
@github-actions
Windows (x64)
Details
@github-actions
macOS macOS
Details
@github-actions
Ubuntu
Details
@github-actions
Ubuntu SSL tests with OpenSSL
Details
@github-actions
Address sanitizer Address sanitizer
Details
Azure Pipelines PR in progress
Details
@travis-ci
Travis CI - Pull Request Build Passed
Details
@bedevere-bot
bedevere/issue-number Issue report skipped
@bedevere-bot
bedevere/news "skip news" label found
@serhiy-storchaka serhiy-storchaka deleted the serhiy-storchaka:const branch Jun 12, 2021
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 <storchaka@gmail.com>
pablogsal pushed a commit that referenced this pull request Jun 12, 2021
(cherry picked from commit be8b631)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants