gRPC Python Client and Server Interceptors#13722
gRPC Python Client and Server Interceptors#13722mehrdada merged 4 commits intogrpc:v1.8.xfrom mehrdada:ship-py-interceptors
Conversation
|
@nathanielmanistaatgoogle PTAL (I plan to |
nathanielmanistaatgoogle
left a comment
There was a problem hiding this comment.
Looks mostly good! Most of my comments are minor.
There was a problem hiding this comment.
Why is this necessary? Doesn't the repository top-level .gitignore file also affect this subdirectory?
There was a problem hiding this comment.
There was a problem hiding this comment.
The name gRPC is always styled "gRPC".
There was a problem hiding this comment.
Incorrect date.
There was a problem hiding this comment.
Stale date.
There was a problem hiding this comment.
Tuck this into an else: (assumming "return <conditional expression>" doesn't fit on a single line).
There was a problem hiding this comment.
Stale date.
There was a problem hiding this comment.
Stale date.
There was a problem hiding this comment.
return <conditional expression> since it fits on a single line.
src/python/grpcio/grpc/_server.py
Outdated
There was a problem hiding this comment.
Tuck this into an else:.
|
Are we really putting major new functionality directly into a release branch and marking it P0? |
|
@ctiller There was a prior PR on tested on master substantially similar to this. We just have users who need it in 1.8, so this is a new PR targeting v1.8.x. The delta to the core functionality is minimal. There was no other label to ensure we don't cut the release accidentally before merging this (i.e. "RELEASE BLOCKER" without implied "p0") |
|
@nathanielmanistaatgoogle concerns addressed. PTAL. |
No description provided.