mirror of
https://github.com/python/cpython.git
synced 2026-08-14 06:51:26 +08: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