mediatr_py icon indicating copy to clipboard operation
mediatr_py copied to clipboard

Cython

Open Kyrmasch opened this issue 3 years ago • 0 comments

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()

Kyrmasch avatar Feb 15 '22 10:02 Kyrmasch