Link to a TODO issue

pull/22258/head
Lidi Zheng 5 years ago
parent 231f9c0c94
commit 5246a7c8ff
  1. 1
      src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/iomgr.pyx.pxi

@ -188,6 +188,7 @@ cdef void asyncio_timer_start(grpc_custom_timer* grpc_timer) with gil:
cdef void asyncio_timer_stop(grpc_custom_timer* grpc_timer) with gil:
# TODO(https://github.com/grpc/grpc/issues/22278) remove this if condition
if grpc_timer.timer == NULL:
return
else:

Loading…
Cancel
Save