Message218302
| Author | pitrou |
|---|---|
| Recipients | Arfrever, alex, dstufft, ezio.melotti, mark.dickinson, neologix, pitrou, rhettinger, tim.peters, vstinner |
| Date | 2014-05-11.21:47:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1399844853.2316.2.camel@fsol> |
| In-reply-to | <1399844703.45.0.615867197377.issue21470@psf.upfronthosting.co.za> |
| 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. It's easy to import the random module, even for a specific library function which may never be called by the program being run. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-05-11 21:47:37 | pitrou | set | recipients: + pitrou, tim.peters, rhettinger, mark.dickinson, vstinner, ezio.melotti, Arfrever, alex, neologix, dstufft |
| 2014-05-11 21:47:37 | pitrou | link | issue21470 messages |
| 2014-05-11 21:47:36 | pitrou | create | |