Closed michalfabik closed 4 years ago
Can you get rid of https://github.com/abrt/satyr/blob/f7b14bfb16a66ebdc6882577cb8817e66078ae16/python/py_common.h#L145 and use the function directly? PyString_AsString()
is now PyBytes_AsString()
and it returns a non-const string, so this is just confusing without any clarification.
See commit.
Signed-off-by: Michal Fabik mfabik@redhat.com