[protobuf] oneof inside nested message

2019-12-09 Thread Adrian Schlatter
Hi, I am facing a problem with oneof {} inside a nested message and Python 3.7 (not sure whether it is limited to Python 3.7 or even to Python in general). Example: *demo.proto* syntax = "proto3"; package oneofInsideNestedMessage; message outside { message inside { oneof

[protobuf] oneof inside nested message

2019-12-09 Thread Adrian Schlatter
Hi, I am facing a problem with oneof {} inside a nested message and Python 3.7 (not sure whether it is limited to Python 3.7 or even to Python in general). Example: *demo.proto* syntax = "proto3"; package oneofInsideNestedMessage; message outside { message inside { oneof