add tracking issue

pull/17444/head
Eric Gribkoff 6 years ago
parent a76d72e0a6
commit 468ae0f486
  1. 5
      src/python/grpcio/grpc/_cython/_cygrpc/server.pyx.pxi

@ -128,8 +128,9 @@ cdef class Server:
with nogil: with nogil:
grpc_server_cancel_all_calls(self.c_server) grpc_server_cancel_all_calls(self.c_server)
# TODO(ericgribkoff) Determine what, if any, portion of this is safe to call # TODO(https://github.com/grpc/grpc/issues/17515) Determine what, if any,
# from __dealloc__, and potentially remove backup_shutdown_queue. # portion of this is safe to call from __dealloc__, and potentially remove
# backup_shutdown_queue.
def destroy(self): def destroy(self):
if self.c_server != NULL: if self.c_server != NULL:
if not self.is_started: if not self.is_started:

Loading…
Cancel
Save