|
@@ -81,7 +81,7 @@ struct PyProto_API {
|
|
|
|
|
|
inline const char* PyProtoAPICapsuleName() {
|
|
inline const char* PyProtoAPICapsuleName() {
|
|
static const char kCapsuleName[] =
|
|
static const char kCapsuleName[] =
|
|
- "protobuf.python.google.protobuf.cpp._message.proto_API";
|
|
|
|
|
|
+ "google.protobuf.pyext._message.proto_API";
|
|
return kCapsuleName;
|
|
return kCapsuleName;
|
|
}
|
|
}
|
|
|
|
|