Skip to content

Commit cca1dbf

Browse files
authored
Backport #937 to 12.9.x branch (#943)
* Generated changes * Non-generated changes
1 parent 1d9a146 commit cca1dbf

14 files changed

Lines changed: 585 additions & 589 deletions

File tree

cuda_bindings/cuda/bindings/_lib/utils.pxi.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ cdef class _HelperKernelParams:
114114
raise TypeError("Unsupported type: " + str(type(ctype)))
115115
idx += 1
116116
else:
117-
raise TypeError("Argument 'kernelParams' is not a valid type: Tuple[Tuple[Any, ...], Tuple[Any, ...]] or PyObject implimenting Buffer Protocol or Int")
117+
raise TypeError("Argument 'kernelParams' is not a valid type: tuple[tuple[Any, ...], tuple[Any, ...]] or PyObject implimenting Buffer Protocol or Int")
118118

119119
def __dealloc__(self):
120120
if self._pyobj_acquired is True:

0 commit comments

Comments
 (0)