• 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
..
compiler Loading commit data...
internal Loading commit data...
pyext Loading commit data...
util Loading commit data...
__init__.py Loading commit data...
descriptor.py Loading commit data...
descriptor_database.py Loading commit data...
descriptor_pool.py Loading commit data...
json_format.py Loading commit data...
message.py Loading commit data...
message_factory.py Loading commit data...
proto_api.h Loading commit data...
proto_builder.py Loading commit data...
python_protobuf.h Loading commit data...
reflection.py Loading commit data...
service.py Loading commit data...
service_reflection.py Loading commit data...
symbol_database.py Loading commit data...
text_encoding.py Loading commit data...
text_format.py Loading commit data...