in the cffi implementation, we had a specific list...
# development
a
in the cffi implementation, we had a specific list of exceptions that we would look at and re-raise every time we exited rust code. these exceptions would include any rust code that sent a
Break
message back to the python coroutines, as well as any exception raised in python externs such as the one to convert to string