• 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
..
README Loading commit data...
__init__.py Loading commit data...
cpp_message.py Loading commit data...
descriptor.cc Loading commit data...
descriptor.h Loading commit data...
descriptor_containers.cc Loading commit data...
descriptor_containers.h Loading commit data...
descriptor_database.cc Loading commit data...
descriptor_database.h Loading commit data...
descriptor_pool.cc Loading commit data...
descriptor_pool.h Loading commit data...
extension_dict.cc Loading commit data...
extension_dict.h Loading commit data...
map_container.cc Loading commit data...
map_container.h Loading commit data...
message.cc Loading commit data...
message.h Loading commit data...
message_factory.cc Loading commit data...
message_factory.h Loading commit data...
message_module.cc Loading commit data...
proto2_api_test.proto Loading commit data...
python.proto Loading commit data...
repeated_composite_container.cc Loading commit data...
repeated_composite_container.h Loading commit data...
repeated_scalar_container.cc Loading commit data...
repeated_scalar_container.h Loading commit data...
safe_numerics.h Loading commit data...
scoped_pyobject_ptr.h Loading commit data...
thread_unsafe_shared_ptr.h Loading commit data...