]> arthur.barton.de Git - bup.git/commit - lib/bup/_helpers.c
midx4: Don't use Py_ssize_t, it's not in python2.4
authorBrandon Low <lostlogic@lostlogicx.com>
Tue, 8 Feb 2011 02:25:44 +0000 (18:25 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 8 Feb 2011 03:01:31 +0000 (19:01 -0800)
commit2137795b8deaed9cb8d9bc8204a97668b91c2eea
tree45b909e1e1ef87e92e354ef7c0a36534fbc8a576
parent8cd1f6daf982365858702a0fb5f2c74bcba31d2c
midx4: Don't use Py_ssize_t, it's not in python2.4

This also uses a slightly more error-checked conversion of input values
to appropriate C structures.

Signed-off-by: Brandon Low <lostlogic@lostlogicx.com>
lib/bup/_helpers.c