Suppress the server dealloc warning

pull/23280/head
Lidi Zheng 4 years ago
parent 019921f57a
commit 6717ecb3cb
  1. 2
      src/python/grpcio/grpc/_cython/_cygrpc/aio/server.pyx.pxi

@ -990,7 +990,7 @@ cdef class AioServer:
# TODO(lidiz) if users create server, and then dealloc it immediately.
# There is a potential memory leak of created Core server.
if self._status != AIO_SERVER_STATUS_STOPPED:
_LOGGER.warning(
_LOGGER.debug(
'__dealloc__ called on running server %s with status %d',
self,
self._status

Loading…
Cancel
Save