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 Vlado.Boza
Recipients PaulMcMillan, Vlado.Boza, dmalcolm, koniiiik, vstinner
Date 2012-04-20.00:21:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334881275.8.0.850299516327.issue14621@psf.upfronthosting.co.za>
In-reply-to
Content
>I tried this script on Linux 32 bits and Linux 64 bits: I didn't see any >collision. What is your operating system and the version of your >operating system please?

uname -a
Linux 3.0.0-17-generic #30-Ubuntu SMP Thu Mar 8 20:45:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux


Anyway you should be able to do following (in 32bits):
- generate two colliding keys (with some random seed)
- try these keys with different random seeds and they will collide ~1 out of 256 times
History
Date User Action Args
2012-04-20 00:21:16Vlado.Bozasetrecipients: + Vlado.Boza, vstinner, dmalcolm, PaulMcMillan, koniiiik
2012-04-20 00:21:15Vlado.Bozasetmessageid: <1334881275.8.0.850299516327.issue14621@psf.upfronthosting.co.za>
2012-04-20 00:21:15Vlado.Bozalinkissue14621 messages
2012-04-20 00:21:15Vlado.Bozacreate