Message218301
| Author | tim.peters |
|---|---|
| Recipients | Arfrever, alex, dstufft, ezio.melotti, mark.dickinson, neologix, pitrou, rhettinger, tim.peters, vstinner |
| Date | 2014-05-11.21:45:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1399844703.45.0.615867197377.issue21470@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
[neologix] > some code spawns many processes per second (see recent > discussion on python-dev). But that doesn't imply they're seeding the random module many times per second, right? Seeding isn't part of Python initialization, it's part of importing the `random` module. Note that "hash randomization" is a different thing, unrelated to random.py. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-05-11 21:45:03 | tim.peters | set | recipients: + tim.peters, rhettinger, mark.dickinson, pitrou, vstinner, ezio.melotti, Arfrever, alex, neologix, dstufft |
| 2014-05-11 21:45:03 | tim.peters | set | messageid: <1399844703.45.0.615867197377.issue21470@psf.upfronthosting.co.za> |
| 2014-05-11 21:45:03 | tim.peters | link | issue21470 messages |
| 2014-05-11 21:45:03 | tim.peters | create | |