Re: Hashing Function

2005-11-17 Thread jepler
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

Re: Hashing Function

2005-11-17 Thread Fredrik Lundh
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=ma

Hashing Function

2005-11-17 Thread Dave
Hello All, I'm wondering what hashing function Python uses for dictionaries. Thanks for your help. Dave __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -- http://mail.python.org/mailman/listinfo/python-list