Commit 1ae2cc02 authored by Thomas Colthurst's avatar Thomas Colthurst Committed by Jie Luo

Fix capsule name. (#4836)

Internal convert file was broken. Change the capsule to the correct name
parent f25e7edf
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment