[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] PATCH: rect.c calls Py_RETURN_TRUE - not supported in python 2.3



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