deannagarcia
deannagarcia
Sorry about this issue. The problem is that the 3.19 and 3.20 branches only used the pure python implementation of protobuf. The newest update has added an incomplete C++ implementation...
I believe this issue should be fixed for 3.19.5, 3.19.6, 3.20.2, and 3.20.3. Please let me know if you are still experiencing issues. The fix will force python 3.10 osx...
Sorry you're still seeing this issue, I thought it was resolved. I was able to reproduce with the steps in the original bug and after my change the error went...
Can you provide a few more details here? What runtime/compiler are you using? Can you provide us a reproduction case?
Thank you for this fix!
This is a good request, but unfortunately not a top priority for our team. We would love to accept a PR for this.
I'm sorry the issue wasn't reopenable. The GitHub release page is [right here](https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.5) it just took us a bit of extra time to get the full release out. Was the...
There should not have been any changes to 3.19.4. I think this is a separate issue, can you file a separate bug?
I can't seem to find the part of the language specification that says it's not supported, can you link me to the specific section? Enum value reservation should be available,...
Just fixed it [here](https://developers.google.com/protocol-buffers/docs/reference/proto3-spec#enum_definition) and in the proto2 language spec as well.