Add Python 3.7 compatibility (#4862)
Compilation of Python wrappers fails with Python 3.7 because the Python folks changed their C API such that PyUnicode_AsUTF8AndSize() now returns a const char* rather than a char*. Add a patch to work around. Relates #4086.pull/4248/merge
parent
029dbfd714
commit
0a59054c30
5 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue