mirror of https://github.com/grpc/grpc.git
deadline is passed by address to PyArg_ParseTuple to update its value. However, deadline is a const double, so attempting to change its value is undefined behavior. Remove the const to have well-defined behavior.pull/1027/head
parent
e7268b8f84
commit
8a6b38c9be
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue