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 vajrasky
Recipients barry, benjamin.peterson, christian.heimes, georg.brandl, neologix, pitrou, python-dev, sbt, vajrasky, vstinner
Date 2013-08-22.13:10:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377177017.88.0.460601348715.issue18747@psf.upfronthosting.co.za>
In-reply-to
Content
Some typos on last commit....

"current time (miliseconds or seconds) and an uninitialized arry."

should be

"current time (miliseconds or seconds) and an uninitialized array."


"instead of a child handler because fork() is suppose to be async-signal"

should be

"instead of a child handler because fork() is supposed to be async-signal"


"A pthread_atfork() parent handler is used to seeded the PRNG with pid, time"

should be

"A pthread_atfork() parent handler is used to seed the PRNG with pid, time"
History
Date User Action Args
2013-08-22 13:10:17vajraskysetrecipients: + vajrasky, barry, georg.brandl, pitrou, vstinner, christian.heimes, benjamin.peterson, neologix, python-dev, sbt
2013-08-22 13:10:17vajraskysetmessageid: <1377177017.88.0.460601348715.issue18747@psf.upfronthosting.co.za>
2013-08-22 13:10:17vajraskylinkissue18747 messages
2013-08-22 13:10:17vajraskycreate