rect.c doesn't compile for python 2.3 cause it calls Py_RETURN_TRUE, a
new convenience thing for python 2.4 and above.

This patch calls PyBool_FromLong(-1); which is supported in python 2.3

Attachment: RemovePython24CallFromRect.patch
Description: Binary data

Reply via email to