mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
function instead of the getentropy() function. The getentropy() function is blocking to generate very good quality entropy, os.urandom() doesn't need such high-quality entropy.
Miscellaneous source files for the main Python shared library