Vajrasky Kok added the comment:

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"

----------
nosy: +vajrasky

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18747>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to