This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2017-09-12.17:41:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505238119.74.0.0833999631062.issue31434@psf.upfronthosting.co.za>
In-reply-to
Content
haypo@selma$ touch Python/random.c 
haypo@selma$ LANG= make

gcc -pthread -c -Wno-unused-result -Wsign-compare -g -Og -Wall -Wstrict-prototypes -O0   -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers   -I. -I./Include    -DPy_BUILD_CORE -o Python/random.o Python/random.c
Python/random.c: In function 'py_getrandom':
Python/random.c:128:17: warning: implicit declaration of function 'getrandom'; did you mean 'py_getrandom'? [-Wimplicit-function-declaration]
             n = getrandom(dest, n, flags);
                 ^~~~~~~~~
                 py_getrandom
History
Date User Action Args
2017-09-12 17:41:59vstinnersetrecipients: + vstinner
2017-09-12 17:41:59vstinnersetmessageid: <1505238119.74.0.0833999631062.issue31434@psf.upfronthosting.co.za>
2017-09-12 17:41:59vstinnerlinkissue31434 messages
2017-09-12 17:41:59vstinnercreate