Closed gsalgado closed 3 years ago
Custom exceptions whose constructor require multiple arguments cannot be pickled (https://bugs.python.org/issue32696) and that currently cause us to crash
One example of such exception is rlp.exceptions.SerializationError
I meant to open this on trio-run-in-process
Custom exceptions whose constructor require multiple arguments cannot be pickled (https://bugs.python.org/issue32696) and that currently cause us to crash
One example of such exception is rlp.exceptions.SerializationError