Victor Stinner ec721f3305 py_getrandom(): use long type for the syscall() result
Issue #27278. It should fix a conversion warning.

In practice, the Linux kernel doesn't return more than 32 MB per call to the
getrandom() syscall.
2016-06-16 23:53:47 +02:00
..
2016-06-09 15:08:31 -04:00
2015-03-18 15:01:44 +01:00
2015-02-14 15:17:47 -05:00
2016-01-22 14:09:55 +01:00
2016-01-20 11:12:38 +01:00

Miscellaneous source files for the main Python shared library