Message316767
| Author | serhiy.storchaka |
|---|---|
| Recipients | David Carlier, benjamin.peterson, rhettinger, serhiy.storchaka, vstinner |
| Date | 2018-05-16.06:23:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526451789.99.0.682650639539.issue33528@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
AFAIK os.urandom is implemented via getentropy() if it is the most preferable source of randomness. See Python/bootstrap_hash.c and PEP 524 for details. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-16 06:23:10 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, vstinner, benjamin.peterson, David Carlier |
| 2018-05-16 06:23:09 | serhiy.storchaka | set | messageid: <1526451789.99.0.682650639539.issue33528@psf.upfronthosting.co.za> |
| 2018-05-16 06:23:09 | serhiy.storchaka | link | issue33528 messages |
| 2018-05-16 06:23:09 | serhiy.storchaka | create | |