Skip to content

Commit 0a73764

Browse files
Make cdef function except * to channel Python exceptions
1 parent 48cb54d commit 0a73764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/_sycl_queue.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ cdef DPCTLSyclEventRef _memcpy_impl(
173173
size_t byte_count,
174174
DPCTLSyclEventRef *dep_events,
175175
size_t dep_events_count
176-
):
176+
) except *:
177177
cdef void *c_dst_ptr = NULL
178178
cdef void *c_src_ptr = NULL
179179
cdef DPCTLSyclEventRef ERef = NULL

0 commit comments

Comments
 (0)