We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e7687 commit a92c654Copy full SHA for a92c654
pybind11_protobuf/proto_caster_impl.h
@@ -40,6 +40,7 @@ struct proto_caster_load_impl {
40
41
// load converts from Python -> C++
42
bool load(pybind11::handle src, bool convert) {
43
+ LOG(ERROR) << "load: " << src;
44
// When given a none, treat it as a nullptr.
45
if (src.is_none()) {
46
value = nullptr;
0 commit comments