]> granicus.if.org Git - python/commit
Keep y a Py_hash_t instead of Py_uhash_t as it is compared with == -1 and the
authorGregory P. Smith <greg@krypto.org>
Tue, 11 Dec 2012 02:34:09 +0000 (18:34 -0800)
committerGregory P. Smith <greg@krypto.org>
Tue, 11 Dec 2012 02:34:09 +0000 (18:34 -0800)
commita6be61ec71be600e1d270aea17f1d90dccf6088b
tree251b15c76e041863af98e9dc4882780d52f18623
parent27cbcd6241d787b5e99c6ed05ec8377051f397aa
Keep y a Py_hash_t instead of Py_uhash_t as it is compared with == -1 and the
compiler logic will do the right thing with just x as a Py_uhash_t.  This
matches what was already done in the 3.3 version.

cleanup only - no functionality or hash values change.
Objects/tupleobject.c