function patch_mysql ``` class hashabledict(dict): def __hash__(self): return hash(tuple(sorted(list(self.items())))) ``` Python 2 is OK, Maybe it is occured by the different version of Python to convert data structure.