xor incongruences

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Thu Oct 16 16:29:53 EDT 2008


Michele:
> in Java this block has an hash which is different from the Python one.

Note that integer numbers in Python are multiprecision by default,
this may cause differences.

You can put some prints in various stages of the data flow (or
breakpoints for your debuggers, etc) to spot where the variable
contents start to differ.

Bye,
bearophile



More information about the Python-list mailing list