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 christian.heimes
Recipients Arfrever, alex, barry, benjamin.peterson, christian.heimes, georg.brandl, gvanrossum, jcea, loewis, pitrou, rhettinger
Date 2012-01-04.09:29:24
SpamBayes Score 0.0039657415
Marked as misclassified No
Message-id <1325669365.75.0.214069563566.issue13704@psf.upfronthosting.co.za>
In-reply-to
Content
Release blocker: I was following the example in #13703. A RNG (PRNG or CSPRNG) is required for randomized hashing function.

The patch contains more than just the RNG changes. Only Include/pyrandom.h, Modules/_randommodule.c, Modules/posixmodule.c, Python/hash.c and parts of Makefile.pre.in are relevant for this tracker item. Sorry for the inconvenience!
History
Date User Action Args
2012-01-04 09:29:25christian.heimessetrecipients: + christian.heimes, gvanrossum, loewis, barry, georg.brandl, rhettinger, jcea, pitrou, benjamin.peterson, Arfrever, alex
2012-01-04 09:29:25christian.heimessetmessageid: <1325669365.75.0.214069563566.issue13704@psf.upfronthosting.co.za>
2012-01-04 09:29:25christian.heimeslinkissue13704 messages
2012-01-04 09:29:24christian.heimescreate