Skip to content

Commit 9699580

Browse files
authored
[Aio] Allow sequential types for server interceptors (#27818)
1 parent 370a06f commit 9699580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python/grpcio/grpc/_cython/_cygrpc/aio/server.pyx.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ cdef class AioServer:
894894
self._crash_exception = None
895895

896896
if interceptors:
897-
self._interceptors = interceptors
897+
self._interceptors = tuple(interceptors)
898898
else:
899899
self._interceptors = ()
900900

0 commit comments

Comments
 (0)