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, steve.dower
Date 2016-12-31.11:36:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483184194.47.0.551318865872.issue29120@psf.upfronthosting.co.za>
In-reply-to
Content
This is the last major structural refactoring proposal to come out of the prep work on the PEP 432 modular bootstrapping feature development branch: 

* rename Python/random.c -> Python/hash_randomization.c
* rename _PyRandom_Init -> __Py_HashRandomization_Init
* rename _PyRandom_Fini -> __Py_HashRandomization_Fini

The current naming is confusing when working on the interpreter startup sequence as the file and API naming looks like it relates to initialising the random module, when it has nothing to do with that.
History
Date User Action Args
2016-12-31 11:36:34ncoghlansetrecipients: + ncoghlan, brett.cannon, christian.heimes, eric.snow, steve.dower
2016-12-31 11:36:34ncoghlansetmessageid: <1483184194.47.0.551318865872.issue29120@psf.upfronthosting.co.za>
2016-12-31 11:36:34ncoghlanlinkissue29120 messages
2016-12-31 11:36:33ncoghlancreate