]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Get test_capi & test_getargs2 to pass on alphas
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 22 Apr 2003 01:28:57 +0000 (01:28 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 22 Apr 2003 01:28:57 +0000 (01:28 +0000)
commit699cbb767628888901d1a3c1f0ce20dd3ce1e4f9
tree6e218838a45a42195c22c456c9884c6fd5d0c8ff
parentdfbfe736cee70efd27cc019be2fcc2d972cdf654
Get test_capi & test_getargs2 to pass on alphas
  * UINT_MAX -> ULONG_MAX since we are dealing with longs
  * ParseTuple needs &int for 'i' and &long for 'l'
    There may be a better way to do this, but this works.
Modules/_testcapimodule.c