[FEA] Use except +libcudf_exception_handler
for all Cython function declarations in pylibcudf/libcudf
#17036
Labels
except +libcudf_exception_handler
for all Cython function declarations in pylibcudf/libcudf
#17036
Currently most all are defined as
except +
, but per #17003 (comment) we should generally be usingexcept +libcudf_exception_handler
The text was updated successfully, but these errors were encountered: