]> granicus.if.org Git - python/commit
Fix 64-bit problem, ParseTuple("i") needs C ints; ("l") needs C longs.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 18 Feb 2003 03:37:49 +0000 (03:37 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 18 Feb 2003 03:37:49 +0000 (03:37 +0000)
commit0c0aad948aa3bc3954514d842d28d08a6cc6112f
tree897e91bf881cc81b4ef415a414846e75f0d768d7
parent679bc9fce57b6d29fbdf079a6f6e7a61603c89f7
Fix 64-bit problem, ParseTuple("i") needs C ints; ("l") needs C longs.
Use "l" as that *probably* makes more sense (at least to me it does :-)
And the test passes on the alpha.
Modules/zipimport.c