STINNER Victor added the comment: 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? ---------- _______________________________________ 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