commit | e66987e626cfce8292c39d5b1394665e8aa6840b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Sep 06 16:33:52 2016 -0700 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Sep 06 16:33:52 2016 -0700 |
tree | ec94354a9ccb2f09e77e3a2381b52142544d0ee2 | |
parent | e256accd46af74d2695117e62361fe7ae9dfdfe3 [diff] |
os.urandom() now blocks on Linux 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.