Details
-
Type:
Bug
-
Status: Engineering Closed (View Workflow)
-
Priority:
Low
-
Resolution: Complete
-
Affects Version/s: SCALE-20.12-ALPHA
-
Fix Version/s: SCALE-21.02-ALPHA.1
-
Component/s: Middleware
-
Labels:
Description
A small quirk with cython when defining a "cdef" function is that if the function raises an exception, it will not get propagated to the caller.
This is causing the caller of these methods to not get any type of exception passed to it which disallows proper error handling.