Message336830
| Author | christian.heimes |
|---|---|
| Recipients | benjamin.peterson, christian.heimes, eamanu, vstinner, zhaw_munt |
| Date | 2019-02-28.12:13:22 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1551356002.95.0.0106446833408.issue29397@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
It's a CentOS 5 system with Kernel 2.6.18. The getrandom() syscall was added in Linux Kernel version 3.17. Your OS simply lacks the necessary feature to use linux/random.h. Python will automatically fall back to /dev/urandom. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-28 12:13:22 | christian.heimes | set | recipients: + christian.heimes, vstinner, benjamin.peterson, zhaw_munt, eamanu |
| 2019-02-28 12:13:22 | christian.heimes | set | messageid: <1551356002.95.0.0106446833408.issue29397@roundup.psfhosted.org> |
| 2019-02-28 12:13:22 | christian.heimes | link | issue29397 messages |
| 2019-02-28 12:13:22 | christian.heimes | create | |