Unpickling is not caught by a try-catch, but any error there will raise an exception and be treated as a critical evaluator errors.
For pickling, we don't know what errors to catch and how to handle them, so we decided to wait until this becomes an issue in a real task.
Unpickling is not caught by a try-catch, but any error there will raise an exception and be treated as a critical evaluator errors. For pickling, we don't know what errors to catch and how to handle them, so we decided to wait until this becomes an issue in a real task.