You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: