From 1ae2cc02b668c5f8efac4cebb8029e095935dbbd Mon Sep 17 00:00:00 2001 From: Thomas Colthurst Date: Fri, 29 Jun 2018 14:07:29 -0400 Subject: Fix capsule name. (#4836) Internal convert file was broken. Change the capsule to the correct name --- python/google/protobuf/proto_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/google/protobuf/proto_api.h b/python/google/protobuf/proto_api.h index 64d8dda9..5c076d23 100644 --- a/python/google/protobuf/proto_api.h +++ b/python/google/protobuf/proto_api.h @@ -81,7 +81,7 @@ struct PyProto_API { inline const char* PyProtoAPICapsuleName() { static const char kCapsuleName[] = - "protobuf.python.google.protobuf.cpp._message.proto_API"; + "google.protobuf.pyext._message.proto_API"; return kCapsuleName; } -- cgit v1.2.3