Hash stability
Peter Otten
__peter__ at web.de
Sat Jan 14 04:46:35 EST 2012
More information about the Python-list mailing list
Sat Jan 14 04:46:35 EST 2012
- Previous message (by thread): Hash stability
- Next message (by thread): Hash stability
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Steven D'Aprano wrote: > On the Python Dev mailing list, there is a discussion going on about the > stability of the hash function for strings. > > How many people rely on hash(some_string) being stable across Python > versions? Does anyone have code that will be broken if the string hashing > algorithm changes? Nobody who understands the question ;)
- Previous message (by thread): Hash stability
- Next message (by thread): Hash stability
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list