mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
3abf44e48f
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