◐ Shell
reader mode source ↗
Skip to content

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

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:fix_random_warn
Oct 1, 2019
Merged

bpo-38321: Fix compiler warning in _randommodule.c#16512
vstinner merged 1 commit into
python:masterfrom
vstinner:fix_random_warn

Conversation

@vstinner

@vstinner vstinner commented Oct 1, 2019

Copy link
Copy Markdown
Member

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 requested a review from rhettinger as a code owner October 1, 2019 10:20
@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.

3 participants