Hashing Function

Fredrik Lundh fredrik at pythonware.com
Thu Nov 17 14:59:28 EST 2005


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

</F> 






More information about the Python-list mailing list