geventreactor icon indicating copy to clipboard operation
geventreactor copied to clipboard

TypeError on task() in GeventThreadPool

Open bitranch opened this issue 11 years ago • 5 comments

task() sometimes throws a TypeError because it's being passed args. Fixed by defining task() to take _args, *_kwargs.

bitranch avatar May 18 '13 12:05 bitranch

@bitranch i got the same error....it seems like the author do not try to fix it ??

123Daoxyz avatar Nov 17 '13 17:11 123Daoxyz

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.

bitranch avatar Nov 17 '13 18:11 bitranch

Oops I just ran into this exact same issue and opened another PR. I guess the original author is no longer interested in maintaining.

kurtbrose avatar Oct 21 '15 18:10 kurtbrose

just ran into this too

offero avatar Feb 06 '16 14:02 offero

+1 ;]

zolkko avatar Mar 25 '16 07:03 zolkko