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 Oct 17, 2023
1 parent 48cb54d commit 0a73764
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 @@ -173,7 +173,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 0a73764

Please sign in to comment.