mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
bae2d6203f
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