aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-11-25 16:49:04 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:12:07 -0300
commitc57ec52139c7aa878341fd0f61133d4472d5fc69 (patch)
tree51216ae564d3c656b0b762905e538162988e288b /doc
parent2c2e36a9a58480f7ea0b4f2a7fbc24d0b2e28cdc (diff)
Cast PySideSignal object to PyObject before calling Py_DECREF.sb-1.0.0-beta1
This is done because the Py_DECREF macro from Python 2.5 doesn't cast the argument to "PyObject*" as 2.6 does. This is a problem for PySideSignal objects, for this struct is private, having only the forward declaration visible. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions