Jeroen Demeyer writes:
> $ python3 -c "print(hash('hello'))"
> -74281615791272169
> $ python3 -c "print(hash('hello'))"
> 447613799834866972
> $ python3 -c "print(hash('hello'))"
> 5466708731786648082
>
> I think the only logical conclusion is that you should *not* rely on 
> comparing hashes across Python sessions.

Indeed - that's a devastating example.

Best,
Johan

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to