Message267910
Donald Stufft proposed the patch no-urandom-by-default.diff in the issue #26839 which replaces os.urandom() with int(time.time()*256) in random.Random constructor.
I dislike this change because it becomes more likely that two Python processes produce the same random number sequence:
https://bugs.python.org/issue26839#msg267819 |
|
Date |
User |
Action |
Args |
2016-06-08 22:16:57 | vstinner | set | recipients:
+ vstinner, christian.heimes, dstufft |
2016-06-08 22:16:57 | vstinner | set | messageid: <1465424217.02.0.808932777634.issue27272@psf.upfronthosting.co.za> |
2016-06-08 22:16:57 | vstinner | link | issue27272 messages |
2016-06-08 22:16:56 | vstinner | create | |
|