_diff_tree.c: fix Py_SIZE implementation for python 2.5.x users
Neither the Py_Size nor Py_SIZE macros are implemented in python 2.5.x,
so the current implementation (aliasing Py_SIZE to Py_Size) does not
work. Simply provide the 2.6 implementation here for python 2.5.x
users.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>