geventreactor
geventreactor copied to clipboard
TypeError on task() in GeventThreadPool
task() sometimes throws a TypeError because it's being passed args. Fixed by defining task() to take _args, *_kwargs.
@bitranch i got the same error....it seems like the author do not try to fix it ??
I haven’t had any response to the pull request. We have been running on my fork (with the patch) for 6+ months now with no issues.
Oops I just ran into this exact same issue and opened another PR. I guess the original author is no longer interested in maintaining.
just ran into this too
+1 ;]