Message143195
| Author | pitrou |
|---|---|
| Recipients | ferringb, ncoghlan, pitrou |
| Date | 2011-08-30.01:11:31 |
| SpamBayes Score | 0.006302004 |
| Marked as misclassified | No |
| Message-id | <1314666692.34.0.65040664489.issue12856@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Interesting, thank you. Two nits: - the test must be skipped where os.fork() isn't available (namely, under Windows) - I would do os.read(fd, 100) (or some other large value) rather than os.read(fd, 6), so that the test doesn't depend on the exact length of the random sequences produced |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-08-30 01:11:32 | pitrou | set | recipients: + pitrou, ncoghlan, ferringb |
| 2011-08-30 01:11:32 | pitrou | set | messageid: <1314666692.34.0.65040664489.issue12856@psf.upfronthosting.co.za> |
| 2011-08-30 01:11:31 | pitrou | link | issue12856 messages |
| 2011-08-30 01:11:31 | pitrou | create | |