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 import of gruvi #19

Closed
rsommer opened this issue Jul 3, 2015 · 0 comments
Closed

TypeError on import of gruvi #19

rsommer opened this issue Jul 3, 2015 · 0 comments

Comments

@rsommer
Copy link

rsommer commented Jul 3, 2015

Commit python/cpython@562385d introduced _METHODS_EXPECTING_BODY at module level in httplib.py. The code in gruvi.http failes at import time with TypeError: unhashable type: 'set' on python 2.7.10 which includes this commit. Ignoring _METHODS_EXPECTING_BODY in the loop fixes the error, but I'm not sure if it has any side effects.

See #18.

@geertj geertj closed this as completed in 5c3a741 Jul 3, 2015
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

No branches or pull requests

1 participant