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-21.19:38:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537558730.33.0.956365154283.issue34751@psf.upfronthosting.co.za>
In-reply-to
Content
> Further, that example specifically exploits that "hash(-1) == hash(-2)"

No, it does not. There is no hashing of -1 involved in the example hash((1,0,0)) == hash((1,-2,-2)).
History
Date User Action Args
2018-09-21 19:38:50jdemeyersetrecipients: + jdemeyer, tim.peters, rhettinger, mark.dickinson, eric.smith, sir-sigurd
2018-09-21 19:38:50jdemeyersetmessageid: <1537558730.33.0.956365154283.issue34751@psf.upfronthosting.co.za>
2018-09-21 19:38:50jdemeyerlinkissue34751 messages
2018-09-21 19:38:50jdemeyercreate