提交 14a9fde7 authored 作者: Frederic Bastien's avatar Frederic Bastien

Remove try except not needed anymore.

In fact, it could hid problem that where not expected.
上级 63a35bdc
......@@ -118,10 +118,7 @@ def hash_listsDictsTuples(x):
for v in x:
hash_value ^= hash_listsDictsTuples(v)
else:
try:
hash_value ^= hash(x)
except:
pass
return hash_value
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论