Message274766
> Given the introduction of the secrets module in 3.6, perhaps uuid could be updated to fall back to that rather than to the random module and leave older versions unmodified?
issue15206.patch catchs exceptions on random.SystemRandom error, but the secrets module also uses random.SystemRandom. I don't think that "fallback on secrets" makes sense here, or do I miss something? |
|
Date |
User |
Action |
Args |
2016-09-07 06:03:31 | vstinner | set | recipients:
+ vstinner, loewis, rhettinger, ncoghlan, pitrou, christian.heimes, Arfrever |
2016-09-07 06:03:31 | vstinner | set | messageid: <1473228211.13.0.420823862681.issue15206@psf.upfronthosting.co.za> |
2016-09-07 06:03:31 | vstinner | link | issue15206 messages |
2016-09-07 06:03:31 | vstinner | create | |
|