• 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
..
protobuf Loading commit data...
__init__.py Loading commit data...