• Ben Webb's avatar
    Add Python 3.7 compatibility (#4862) · 0a59054c
    Ben Webb authored
    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.
    0a59054c
Name
Last commit
Last update
..
compatibility_tests/v2.5.0 Loading commit data...
google Loading commit data...
release/wheel Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
mox.py Loading commit data...
release.sh Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...
stubout.py Loading commit data...
tox.ini Loading commit data...