]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #1621: Fix undefined behaviour in bytes.__hash__, str.__hash__, tuple.__hash__...
authorMark Dickinson <mdickinson@enthought.com>
Sat, 24 Sep 2011 17:18:40 +0000 (18:18 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sat, 24 Sep 2011 17:18:40 +0000 (18:18 +0100)
commit57e683e53eed1455176b17304b3ac007ae7eb181
tree983e172ad16aaaf227f4d56d34cafc416fea68eb
parent0390151100e3035be8a9cca8b180a63fa19d1368
Issue #1621: Fix undefined behaviour in bytes.__hash__, str.__hash__, tuple.__hash__, frozenset.__hash__ and set indexing operations.
Objects/bytesobject.c
Objects/dictobject.c
Objects/setobject.c
Objects/tupleobject.c
Objects/unicodeobject.c