The team has plans to both support Python 3.13 and start our investigation into supporting no-gil mode this quarter. We believe that no-gil mode presents an opportunity to provide *significant* performance improvements in the gRPC Python library, so we're very excited for these plans to come together.
On Thursday, July 11, 2024 at 11:27:54 AM UTC-7 Yq Wang wrote: > Hello, > I notice that prereleased python 3.13 can remove the gil by compiled > with --disable-gil. It make more convient to develop some high concurrency > python program with sharing gpu resource only in one process. Current > latest grpc version compiled error with python 3.13. So is there any plan > or infomations about supporting python 3.13 to disclose. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/f30f5a83-6594-45e2-b8e5-1a8e92348228n%40googlegroups.com.
