]> git.michaelhowe.org Git - packages/b/bup.git/commit
Use PyLong_FromUnsignedLong instead of Py_BuildValue("I")
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 3 Dec 2010 19:08:03 +0000 (11:08 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 3 Dec 2010 19:08:47 +0000 (11:08 -0800)
commit0e2c2944aac4d0242ae15caca1d151d3e38cb7ab
tree17c39854c852401f1ce9435d375c4138040bc772
parent92538ee6485429436b5e28f1677ff0811a2b90f7
Use PyLong_FromUnsignedLong instead of Py_BuildValue("I")

...for python-pre-2.4.3 compatibility.  The "I" option was broken before
python 2.4.3, even though it was supposed to be supported since python 2.3.

Reported by Michael Budde.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
lib/bup/_helpers.c