• E
    build: avoid python 2.4 build failure · cd48c3f4
    Eric Blake 提交于
    I'm not sure when Py_ssize_t was introduced; but Fedora 14 Python 2.7
    has it, while RHEL 5 Python 2.4 lacks it.  It should be easy enough
    to adjust if someone runs into problems.
    
    * python/typewrappers.h (Py_ssize_t): Define for older python.
    cd48c3f4
typewrappers.h 6.8 KB