TypeError on import of gruvi
rsommer opened this issue · 0 comments
rsommer commented
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.