This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:32pitrousetrecipients: + pitrou, ncoghlan, ferringb
2011-08-30 01:11:32pitrousetmessageid: <1314666692.34.0.65040664489.issue12856@psf.upfronthosting.co.za>
2011-08-30 01:11:31pitroulinkissue12856 messages
2011-08-30 01:11:31pitroucreate