K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2010-11-01T15:56:35.468602Z
K 7
svn:log
V 483
Fixed an issue in the Python access hook for nnrpd:  it has not been working
since Python 2.5 on 64-bit platforms, owing to a change to Python's C API,
using a new Py_ssize_t type definition instead of int.

Thanks to Raphael Barrois for the patch.


Define Py_ssize_t as an int for Python versions < 2.5.0.

Also include Python.h before any standard headers are included, because
"Python may define some pre-processor definitions which affect the standard
headers on some systems".

END
