Message273112
| Author | vstinner |
|---|---|
| Recipients | Decorater, ncoghlan, python-dev, vstinner |
| Date | 2016-08-19.12:33:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1471609983.99.0.195882433044.issue27776@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> _PyOS_URandomNonblock() *can* fail is /dev/urandom is missing or not readable Oh. It looks like Python initialization currently fails with a fatal error in this case, see _PyRandom_Init(). Maybe we should also fall back on clocks/pid in _PyRandom_Init()? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-19 12:33:04 | vstinner | set | recipients: + vstinner, ncoghlan, python-dev, Decorater |
| 2016-08-19 12:33:03 | vstinner | set | messageid: <1471609983.99.0.195882433044.issue27776@psf.upfronthosting.co.za> |
| 2016-08-19 12:33:03 | vstinner | link | issue27776 messages |
| 2016-08-19 12:33:03 | vstinner | create | |