mediatr_py
mediatr_py copied to clipboard
Cython
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()