Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError on task() in GeventThreadPool #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bitranch
Copy link

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

@123Daoxyz
Copy link

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

@bitranch
Copy link
Author

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.

@kurtbrose
Copy link

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

@offero
Copy link

offero commented Feb 6, 2016

just ran into this too

@zolkko
Copy link

zolkko commented Mar 25, 2016

+1 ;]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants