pyo3
pyo3 copied to clipboard
Support for multiple inheritance in `create_exception`
create_exception allows taking a base, which the new exception subclasses from.
Is there some way to create a new exception which uses multiple inheritance from two parents?