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 vstinner
Recipients christian.heimes, neologix, pitrou, sbt, vstinner
Date 2013-08-20.23:46:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377042401.07.0.127898528473.issue18747@psf.upfronthosting.co.za>
In-reply-to
Content
openssl_prng_atfork5.patch:

- you should use RAND_pseudo_bytes() instead of RAND_bytes() in the unit test, to not skip the test depending on the entropy
- the change in Misc/NEWS is strange
- please remove dead code ("#if 0")
- PySSL_RAND_atfork_child() comment is wrong, it is no more able to get time with a nanosecond resolution (write "(microseconds or seconds)")
- can you explain the choice of "char stack[72]" (72 bytes): why no more, why not less?
History
Date User Action Args
2013-08-20 23:46:41vstinnersetrecipients: + vstinner, pitrou, christian.heimes, neologix, sbt
2013-08-20 23:46:41vstinnersetmessageid: <1377042401.07.0.127898528473.issue18747@psf.upfronthosting.co.za>
2013-08-20 23:46:41vstinnerlinkissue18747 messages
2013-08-20 23:46:40vstinnercreate