mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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