mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Issue #27278: Fix os.urandom() implementation using getrandom() on Linux. Truncate size to INT_MAX and loop until we collected enough random bytes, instead of casting a directly Py_ssize_t to int.
Miscellaneous source files for the main Python shared library