Message267943
> As a process comment: I agree with what Victor wrote in http://haypo-notes.readthedocs.io/pep_random.html#status-of-python-3-5-2, when he suggests that we leave 3.5.2 as is for now [...]
I agree in principle. Certainly we all agree it'd be inappropriate to add the block parameter to 3.5.2.
I only allowed the possibility of adding os.getrandom() in 3.5.2 to try and placate the authors of cryptography libraries. They could use os.getrandom() if it was available, and fall back to os.urandom() if not. Since they want the blocking behavior, that means they'd block in 3.5.2+ (they'd call getrandom), and they'd also block in 3.5.[0-1] (they'd call os.urandom() which blocks on Linux in those versions). |
|
Date |
User |
Action |
Args |
2016-06-09 00:29:34 | larry | set | recipients:
+ larry, ncoghlan, vstinner, dstufft, Theodore Tso |
2016-06-09 00:29:34 | larry | set | messageid: <1465432174.34.0.107435972898.issue27266@psf.upfronthosting.co.za> |
2016-06-09 00:29:34 | larry | link | issue27266 messages |
2016-06-09 00:29:33 | larry | create | |
|