aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2016-01-15 17:26:44 -0800
committerGravatar Josh Haberman <jhaberman@gmail.com>2016-01-15 17:26:44 -0800
commit06fd6fa850304a585e5dddd099c6acf21f249525 (patch)
treebe35b830f7d3d242a80dc8e569ce0f54a7f838ce /python/google
parentb6ef4015d7eccc6f63dab3dc46e76f9f9f2217ab (diff)
Fixed Python 3.x C++ build, and updated conformance failure lists.
Diffstat (limited to 'python/google')
-rw-r--r--python/google/protobuf/pyext/map_container.cc2
1 files changed, 1 insertions, 1 deletions
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