Alvin Delagon schrieb:
> Hello,
> 
>>>> hash("foobar")
> -1969371895
> 
> Anyone can explain to me how the hash() function in python does its work? A
> link to its source could help me a lot also. I'm looking for a way to
> replicate this function in php. Thanks in advance.

The code is in Objects/stringobject.c:string_hash()

Christian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to