Skip to content

Commit

Permalink
Add a missed except * (#1057)
Browse files Browse the repository at this point in the history
Authors:
  - Ashwin Srinath (https://github.com/shwina)

Approvers:
  - Mark Harris (https://github.com/harrism)
  - Bradley Dice (https://github.com/bdice)
  - https://github.com/jakirkham

URL: #1057
  • Loading branch information
shwina committed Jun 17, 2022
1 parent 89713b2 commit f68417a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/rmm/_lib/device_buffer.pyx
Expand Up @@ -344,7 +344,7 @@ cdef void _copy_async(const void* src,
void* dst,
size_t count,
ccudart.cudaMemcpyKind kind,
cuda_stream_view stream) nogil:
cuda_stream_view stream) nogil except *:
"""
Asynchronously copy data between host and/or device pointers
Expand Down

0 comments on commit f68417a

Please sign in to comment.