Message277070
| Author | vstinner |
|---|---|
| Recipients | christian.heimes, martin.panter, ncoghlan, python-dev, vstinner |
| Date | 2016-09-20.21:07:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1474405641.94.0.685184501247.issue27778@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I pushed the fix for the issue #27955, os.urandom() now handles getrandom() failing with EPERM. @Christian: Thanks for your review, I pushed a change fixing the two issues that you reported (memory leak and inefficient temporarily buffer). I attached getrandom_errno.patch: a change proposing to document ENOSYS and EPERM. What do you think? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-20 21:07:21 | vstinner | set | recipients: + vstinner, ncoghlan, christian.heimes, python-dev, martin.panter |
| 2016-09-20 21:07:21 | vstinner | set | messageid: <1474405641.94.0.685184501247.issue27778@psf.upfronthosting.co.za> |
| 2016-09-20 21:07:21 | vstinner | link | issue27778 messages |
| 2016-09-20 21:07:21 | vstinner | create | |