Message252008
| Author |
vstinner |
| Recipients |
dstufft, jbeck, python-dev, tim.peters, vstinner |
| Date |
2015年10月01日.08:06:25 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1443686786.5.0.228634821984.issue25003@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Ok, I pushed fixes for Python 2.7, 3.4, 3.5 and 3.6.
Summary for Solaris:
- Python 2.7, 3.4: read from /dev/urandom (use a private file descriptor)
- Python 3.5, 3.6: use the getrandom() function on Solaris 11.3 and newer (no file descriptor), or fallback on reading from /dev/urandom (use a private file descriptor)
getentropy() is no more used on Solaris.
@John Beck: It would be great if you could run test_os on the development branches 2.7, 3.4, 3.5 and default (3.6). |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2015年10月01日 08:06:26 | vstinner | set | recipients:
+ vstinner, tim.peters, python-dev, dstufft, jbeck |
| 2015年10月01日 08:06:26 | vstinner | set | messageid: <1443686786.5.0.228634821984.issue25003@psf.upfronthosting.co.za> |
| 2015年10月01日 08:06:26 | vstinner | link | issue25003 messages |
| 2015年10月01日 08:06:26 | vstinner | create |
|