mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
9d24271d86
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.
Miscellaneous source files for the main Python shared library