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-09-25.13:15:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537881334.37.0.545547206417.issue34751@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding t ^= t << 7: I tested PR 9471 with all shift values from 1 to 20. The new testsuite passed for all shifts from 1 to 13, except for 6. It failed for 6 and for 14 to 20. This indicates that smaller shift values are better (even when looking at 32-bit outputs).
History
Date User Action Args
2018-09-25 13:15:34jdemeyersetrecipients: + jdemeyer, tim.peters, rhettinger, mark.dickinson, eric.smith, sir-sigurd
2018-09-25 13:15:34jdemeyersetmessageid: <1537881334.37.0.545547206417.issue34751@psf.upfronthosting.co.za>
2018-09-25 13:15:34jdemeyerlinkissue34751 messages
2018-09-25 13:15:34jdemeyercreate