Victor Stinner 9d24271d86 Fix os.urandom() on Solaris 11.3
Issue #26735: Fix os.urandom() on Solaris 11.3 and newer when reading more than
1,024 bytes: call getrandom() multiple times with a limit of 1024 bytes per
call.
2016-04-12 22:28:49 +02:00
..
2015-08-24 20:23:27 -07: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-04-12 22:28:49 +02:00
2016-01-20 11:12:38 +01:00

Miscellaneous source files for the main Python shared library