wrapt_timeout_decorator
wrapt_timeout_decorator copied to clipboard
Decorating of Class Methods does not work under Windows with Dill > 0.3.4
decorating of class methods does not work on Windows, with dill versions bigger the 0.3.4 I reported the issue to the dill maintainers. It causes a recursion - the decorator is called over and over again, until the function times out.