Add comment about why we can't use cimport

pull/22259/head
Lidi Zheng 5 years ago
parent 65930d4be9
commit 1a0655d75c
  1. 2
      src/python/grpcio/grpc/_cython/_cygrpc/aio/completion_queue.pxd.pxi

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# NOTE(lidiz) Unfortunately, we can't use "cimport" here because Cython
# links it with exception handling. It introduces new dependencies.
cdef extern from "<queue>" namespace "std" nogil:
cdef cppclass queue[T]:
queue()

Loading…
Cancel
Save