There is a problem when compiling cythonize in exceptions.py and mediator.py files. Namely, in the `inspect.isfunction(`) function. **Solution:** replace` inspect.isfunction()` with` inspect.isroutine()`