Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Python
random.c
Find file
Blame
History
Permalink
py_getrandom(): use char* instead of void* for the destination
· cfb1961f
Victor Stinner
authored
Jun 08, 2016
Fix a "gcc -pedantic" warning on "buffer += n" because buffer type is void*.
cfb1961f