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 ncoghlan
Recipients brett.cannon, christian.heimes, eric.snow, ncoghlan, rhettinger, serhiy.storchaka, steve.dower, vstinner
Date 2018-01-28.03:53:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517111626.32.0.467229070634.issue29120@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-01-28 03:53:46ncoghlansetrecipients: + ncoghlan, brett.cannon, rhettinger, vstinner, christian.heimes, eric.snow, serhiy.storchaka, steve.dower
2018-01-28 03:53:46ncoghlansetmessageid: <1517111626.32.0.467229070634.issue29120@psf.upfronthosting.co.za>
2018-01-28 03:53:46ncoghlanlinkissue29120 messages
2018-01-28 03:53:45ncoghlancreate