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-38321: Fix compiler warning in _randommodule.c #16512

Merged
merged 1 commit into from Oct 1, 2019
Merged

bpo-38321: Fix compiler warning in _randommodule.c #16512

merged 1 commit into from Oct 1, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 1, 2019

Fix the GCC warning: "initialization discards ‘const’ qualifier from
pointer target type".

https://bugs.python.org/issue38321

Fix the GCC warning: "initialization discards ‘const’ qualifier from
pointer target type".
@vstinner vstinner merged commit 2f90261 into python:master Oct 1, 2019
@vstinner vstinner deleted the fix_random_warn branch October 1, 2019 10:45
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
Fix the GCC warning: "initialization discards ‘const’ qualifier from
pointer target type".
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