wrapt_timeout_decorator icon indicating copy to clipboard operation
wrapt_timeout_decorator copied to clipboard

Decorating of Class Methods does not work under Windows with Dill > 0.3.4

Open bitranox opened this issue 3 years ago • 0 comments

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.

bitranox avatar May 23 '22 10:05 bitranox