diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-12-10 18:34:09 -0800 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-12-10 18:34:09 -0800 |
commit | 1c94c762db9e3ec3dafb9bf6bad47013f00285da (patch) | |
tree | b5f11ca57af06fa4c9833c31b2a0348348aaea7c /Python/pythonrun.c | |
parent | 2d67fb897d9266c7ea698a620a2c2a7d6ffb1eb0 (diff) | |
download | cpython-1c94c762db9e3ec3dafb9bf6bad47013f00285da.tar.gz |
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions