Skip to content

Commit

Permalink
Make cdef function except * to channel Python exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Sep 22, 2023
1 parent 3745d49 commit 4c8ae59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpctl/_sycl_queue.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ cdef DPCTLSyclEventRef _memcpy_impl(
size_t byte_count,
DPCTLSyclEventRef *dep_events,
size_t dep_events_count
):
) except *:
cdef void *c_dst_ptr = NULL
cdef void *c_src_ptr = NULL
cdef DPCTLSyclEventRef ERef = NULL
Expand Down

0 comments on commit 4c8ae59

Please sign in to comment.