Message316777
| Author | eitan.adler |
|---|---|
| Recipients | David Carlier, benjamin.peterson, eitan.adler, rhettinger, serhiy.storchaka, vstinner |
| Date | 2018-05-16.07:55:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526457318.59.0.682650639539.issue33528@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There are few if any valid reasons to make direct use of the syscall from python code. Portable code would have to reimplement most of the logic from `getentropy` in any case. What you're usecase for the direct syscall? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-16 07:55:18 | eitan.adler | set | recipients: + eitan.adler, rhettinger, vstinner, benjamin.peterson, serhiy.storchaka, David Carlier |
| 2018-05-16 07:55:18 | eitan.adler | set | messageid: <1526457318.59.0.682650639539.issue33528@psf.upfronthosting.co.za> |
| 2018-05-16 07:55:18 | eitan.adler | link | issue33528 messages |
| 2018-05-16 07:55:18 | eitan.adler | create | |