• 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
..
google Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
mox.py Loading commit data...
setup.py Loading commit data...
stubout.py Loading commit data...
tox.ini Loading commit data...