Open
Description
Hi,
There is an performance issue in protobuf when I switching python version from 3.10 to 3.13. Performance droped 20x comparing with 3.10. After some investigating, I find the root cause is due to the backend implmentation of the protobuf. In 3.13, the backend implementation is python, compatible version I guess.
Is there any release plan for supporting python 3.13 (upb ver) or any temp solution to build a upb for python 3.13?
Frank
Activity