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 jdemeyer
Recipients eric.smith, jdemeyer, mark.dickinson, rhettinger, sir-sigurd, tim.peters
Date 2018-10-02.20:57:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538513844.81.0.545547206417.issue34751@psf.upfronthosting.co.za>
In-reply-to
Content
> I've noted before, e.g., that sticking to a prime eliminates a world of regular bit patterns in the multiplier.

Why do you think this? 0x1fffffffffffffff is prime :-)

Having regular bit patterns and being prime are independent properties.

To be clear: I don't have anything against picking a prime but we just shouldn't pretend that primes are important when they are not. That's all...
History
Date User Action Args
2018-10-02 20:57:24jdemeyersetrecipients: + jdemeyer, tim.peters, rhettinger, mark.dickinson, eric.smith, sir-sigurd
2018-10-02 20:57:24jdemeyersetmessageid: <1538513844.81.0.545547206417.issue34751@psf.upfronthosting.co.za>
2018-10-02 20:57:24jdemeyerlinkissue34751 messages
2018-10-02 20:57:24jdemeyercreate