mirror of https://github.com/grpc/grpc.git
[python] Python fixes for upcoming protobuf 22.x upgrade (#32803)
Various fixes that can be merged in advance, to simplify the 22.x upgrade. - Use NOMINMAX for grpcio_tools build to avoid build failure when absl is added as a dependency. Fixes https://github.com/grpc/grpc/issues/32779 - in spawn_patch command file, put arguments on multiple lines to avoid lines going over the limit for large link commands: Fixes https://github.com/grpc/grpc/issues/32795 - Use `python/generator.h` instead of the deprecated `python/python_generator.h` in grpcio_tools.pull/32828/head
parent
3e3e92af99
commit
c8d0110a10
3 changed files with 10 additions and 3 deletions
Loading…
Reference in new issue