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 mark.dickinson
Recipients loewis, mark.dickinson, rhettinger, serhiy.storchaka
Date 2012-11-18.08:32:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353227561.58.0.281961207841.issue16496@psf.upfronthosting.co.za>
In-reply-to
Content
Patch looks correct and looks good to me, modulo a couple of nitpicks (see Rietveld comments).  This seems like a nice cleanup.

The patch introduces a new dependence on PY_UINT32_T, which is something we haven't so far used elsewhere in Python beyond the float<->string conversions.  That's quite a big change: it means that it's conceivable that the random module could now fail to build on platforms where it used to work.

It also changes the signature of 'init_by_array', which is one of the core routines taken directly from the MT implementation.
History
Date User Action Args
2012-11-18 08:32:41mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, serhiy.storchaka
2012-11-18 08:32:41mark.dickinsonsetmessageid: <1353227561.58.0.281961207841.issue16496@psf.upfronthosting.co.za>
2012-11-18 08:32:41mark.dickinsonlinkissue16496 messages
2012-11-18 08:32:41mark.dickinsoncreate