On 2018-11-08 08:08, Vincent Delecroix wrote:
> Python 3 introduced randomness in their base hashing functions. That
> impact strings.
> 
> $ python -c 'print(hash("hello Daniel!"))'
> -4203807413548925149
> $ python -c 'print(hash("hello Daniel!"))'
> 7756578277334792321

I wasn't aware of this, thank you for letting me know.

Daniel

-- 
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