Extras: Redefined PyInt_AsSsize_T to PyLong_AsSsize_t.
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 14 Jan 2013 16:45:48 +0000 (16:45 +0000)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 17 Jan 2013 15:55:09 +0000 (10:55 -0500)
commit6c7ee73ef9b93eb6bd4381a4a4dfc96d45b7d401
tree18708a5d59fbf6b1268c8553df02f5e1037e9ccd
parent83a80d02a0b9cf29781f3eef2bf37832f79a2a0d
Extras: Redefined PyInt_AsSsize_T to PyLong_AsSsize_t.

Python 3 merges PyInt and PyLong types. This fixes the undefined symbol
error encountered when using the bindings with Python 3.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
extras/bindings/swig/python/lttng.i.in
This page took 0.024787 seconds and 4 git commands to generate.