mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
Issue #27776: The os.urandom() function does now block on Linux 3.17 and newer until the system urandom entropy pool is initialized to increase the security. This change is part of the PEP 524.
Miscellaneous source files for the main Python shared library