mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
b98a36e8f3
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