]> granicus.if.org Git - python/commit
bpo-38321: Fix compiler warning in _randommodule.c (GH-16512)
authorVictor Stinner <vstinner@redhat.com>
Tue, 1 Oct 2019 10:45:52 +0000 (12:45 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2019 10:45:52 +0000 (12:45 +0200)
commit2f90261280e36a179831d72ce794115be31c88bb
tree390ba1d19c555e9c1cff23dec7c8593f92032d0b
parent982bfa4da07b2e5749a0f4e68f99e972bcc3a549
bpo-38321: Fix compiler warning in _randommodule.c (GH-16512)

Fix the GCC warning: "initialization discards â€˜const’ qualifier from
pointer target type".
Modules/_randommodule.c