stefanha / sanlock

Forked from sanlock 3 months ago
Clone

91e7b09 python: Add pystring_as_cstring function

1 file Authored by abawer 5 years ago, Committed by nsoffer 5 years ago,
    python: Add pystring_as_cstring function
    
    This helper allows accessing the inner bytes of
    PyObject according to python version:
    
    - Py2: String object
    - Py3: Unicode object
    
    This method is mostly used for paths as a temp
    solution until we add the path convertor.
    
        
file modified
+26 -4