mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Issue #26839: On Linux, os.urandom() now calls getrandom() with GRND_NONBLOCK to fall back on reading /dev/urandom if the urandom entropy pool is not initialized yet. Patch written by Colm Buckley.
Miscellaneous source files for the main Python shared library