Hi, we use python-protobuf in our python code that makes use of subinterpreters. We realized that the default implementation switches from upb to native python. The module import for upb fails with:
*ImportError: module google._upb._message does not support loading in subinterpreters* According to https://github.com/protocolbuffers/protobuf/issues/10143 there should be no global state in upb anymore. Is there another reason the module does not support subinterpreters or has it just not been enabled yet? thanks and best regards, Lars -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/protobuf/99ee17f2-2940-442f-9daf-9a4b8a731e10n%40googlegroups.com.
