cffi: fix build on Python 3
CFFI expects the arguments to be of type str, which means that the string literals should not have the `b` prefix.
Loading
Please register or sign in to comment
CFFI expects the arguments to be of type str, which means that the string literals should not have the `b` prefix.