As Fredrik suggests, consult the source to find out. Almost all of this
is in the realm of being an implementation detail, and hashes aren't
guaranteed to be the same from version to version or machine to machine.
I'm not even sure they're guaranteed to be the same from run to run.
Here's an exam
Dave wrote:
> I'm wondering what hashing function Python uses for
> dictionaries.
use the source, luke:
http://svn.python.org/view/python/trunk/Objects/dictobject.c?rev=39608&view=markup
http://svn.python.org/view/python/trunk/Objects/dictnotes.txt?rev=35428&view=markup
--
http://mail.pyt