• Dan O'Reilly's avatar
    Fix Python 3.4 cpp implementation · d9598ca5
    Dan O'Reilly authored
    Fixes the ScalarMapContainer/MessageMapContainer implementations on
    Python 3.4, by dynamically allocating their PyTypeObjects using
    PyType_FromSpecWithBases, instead of statically allocating them. This is
    necessary because Python 3.4+ disallows statically allocating a class
    with a dynamically allocated parent.
    Signed-off-by: 's avatarDan O'Reilly <oreilldf@gmail.com>
    d9598ca5
Name
Last commit
Last update
..
internal Loading commit data...
pyext 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...
message.py Loading commit data...
message_factory.py Loading commit data...
proto_builder.py 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...