[issue29120] Move hash randomisation initialisation out of Python/random.c

Nick Coghlan report at bugs.python.org
Sat Jan 27 22:53:46 EST 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

As part of the startup sequence refactoring, this file has been renamed to Python/bootstrap_hash.c, and _PyRandom_Init/Fini have been renamed to _Py_HashRandomization_Init/Fini.

Relevant commit: https://github.com/python/cpython/commit/6b4be195cd8868b76eb6fbe166acc39beee8ce36#diff-5c57849694577deb1e10475ae796f7dc

----------
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29120>
_______________________________________


More information about the Python-bugs-list mailing list