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 brett.cannon, christian.heimes, eric.snow, ncoghlan, rhettinger, serhiy.storchaka, steve.dower, vstinner
Date 2018-01-28.07:57:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbMOctDKEZaLm3Qa9Pd6=nbJN6+kJfKNiYHVU0SrrNL1A@mail.gmail.com>
In-reply-to <1517111626.32.0.467229070634.issue29120@psf.upfronthosting.co.za>
Content
I prefered random.c name since hash initialization is only a small part of
the file, most of file is the implementation of os.urandom() and
os.getrandom() which is used a runtime.
History
Date User Action Args
2018-01-28 07:57:12vstinnersetrecipients: + vstinner, brett.cannon, rhettinger, ncoghlan, christian.heimes, eric.snow, serhiy.storchaka, steve.dower
2018-01-28 07:57:12vstinnerlinkissue29120 messages
2018-01-28 07:57:12vstinnercreate