pybind / pybind11_protobuf

Pybind11 bindings for Google's Protocol Buffers
Other
54 stars 33 forks source link

Expose new python wrappers for C++ proto descriptor classes. #145

Open copybara-service[bot] opened 7 months ago

copybara-service[bot] commented 7 months ago

Expose new python wrappers for C++ proto descriptor classes.

blais commented 7 months ago

Can you provide more context about these "new" Python wrappers for C++ protos? Is there a design doc?

rwgk commented 7 months ago

Can you provide more context about these "new" Python wrappers for C++ protos? Is there a design doc?

From the github-only viewpoint, this PR is identical to the just merged #144. The other changes are outside pybind11_protobuf. (I.e. cl/594634311 had cl/594655869 as a diffbase.)