From 06fd6fa850304a585e5dddd099c6acf21f249525 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Fri, 15 Jan 2016 17:26:44 -0800 Subject: Fixed Python 3.x C++ build, and updated conformance failure lists. --- python/google/protobuf/pyext/map_container.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/google') diff --git a/python/google/protobuf/pyext/map_container.cc b/python/google/protobuf/pyext/map_container.cc index 516662ee..df9138a4 100644 --- a/python/google/protobuf/pyext/map_container.cc +++ b/python/google/protobuf/pyext/map_container.cc @@ -797,7 +797,7 @@ static PyMethodDef MessageMapMethods[] = { PyType_Spec MessageMapContainer_Type_spec = { FULL_MODULE_NAME ".MessageMapContainer", - sizeof(MapContainer), + sizeof(MessageMapContainer), 0, Py_TPFLAGS_DEFAULT, MessageMapContainer_Type_slots -- cgit v1.2.3