aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/grpc/_cython/_cygrpc/arguments.pyx.pxi
Commit message (Collapse)AuthorAge
* Free grpc_channel_args after creationGravatar Richard Belleville2018-12-27
|
* fix Exception throw for invalid channel argsGravatar Lidi Zheng2018-10-14
| | | | | | * unit test included * throw ValueError exception from Cython to Python * prevent the deconstruction method from failing when Channel initialization failed
* Add a matching _unwrap_grpc_argGravatar Mehrdad Afshari2018-07-31
|
* Add Cython functionality to directly wrap grpc_argGravatar Mehrdad Afshari2018-07-30
|
* Retain references to channel argumentsGravatar Nathaniel Manista2018-06-06
| | | | | This works around issue 15662 which is not as easy to implement as I would prefer it to be.
* Elide cygrpc.ChannelArg and cygrpc.ChannelArgsGravatar Nathaniel Manista2018-01-26