Skip to content
  • Martyn Gigg's avatar
    First cut at Python compatibility. · 0ab99f9c
    Martyn Gigg authored
    Notes:
     - All PyString_AsString are replaced by PyBytes_As_String as the
       bytesobject header exists on all versions > 2.6.
     - Uses of PyLong may not yet be correct in all cases for both
       Python 2 & 3.
     - Attempt to support unicode strings in Python 2 has been added. Needs
       testing
    0ab99f9c