summaryrefslogtreecommitdiff
path: root/dev-python/protobuf-python/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/protobuf-python/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/protobuf-python/files')
-rw-r--r--dev-python/protobuf-python/files/protobuf-python-3.5.2-google.protobuf.pyext._message.MessageMeta.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/protobuf-python/files/protobuf-python-3.5.2-google.protobuf.pyext._message.MessageMeta.patch b/dev-python/protobuf-python/files/protobuf-python-3.5.2-google.protobuf.pyext._message.MessageMeta.patch
deleted file mode 100644
index d1e1d745ab7c..000000000000
--- a/dev-python/protobuf-python/files/protobuf-python-3.5.2-google.protobuf.pyext._message.MessageMeta.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-https://github.com/google/protobuf/pull/4365
-
---- /python/google/protobuf/pyext/message.cc
-+++ /python/google/protobuf/pyext/message.cc
-@@ -402,12 +402,6 @@
- return result.release();
- }
-
--static PyGetSetDef Getters[] = {
-- {"_extensions_by_name", (getter)GetExtensionsByName, NULL},
-- {"_extensions_by_number", (getter)GetExtensionsByNumber, NULL},
-- {NULL}
--};
--
- } // namespace message_meta
-
- PyTypeObject CMessageClass_Type = {
-@@ -440,7 +434,7 @@
- 0, // tp_iternext
- 0, // tp_methods
- 0, // tp_members
-- message_meta::Getters, // tp_getset
-+ 0, // tp_getset
- 0, // tp_base
- 0, // tp_dict
- 0, // tp_descr_get