]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF #632624, test_resource failure on alpha/64bit
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 2 Nov 2002 17:46:24 +0000 (17:46 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 2 Nov 2002 17:46:24 +0000 (17:46 +0000)
commit94a83fdc157a8d393bcee3321ccdb5a818a2bf78
tree08c130f70c7785e9b06fea0b77b663285e1c0b56
parentd631ebe20b2a94bff9065bae77230d322f24f398
Fix SF #632624, test_resource failure on alpha/64bit
Return PyLongs instead ot PyInts.
On alphas, 9223372036854775807 became -1.
Misc/NEWS
Modules/resource.c