提交 ac7d9e31 authored 作者: Frederic's avatar Frederic

Fix crash when the cmodule key isn't pickable

上级 641c325b
......@@ -948,7 +948,7 @@ class ModuleCache(object):
if (key[0] and not key_broken and
self.check_for_broken_eq):
self.check_key(key, key_data.key_pkl)
self._update_mappings(key, key_data, module.__file__)
self._update_mappings(key, key_data, module.__file__)
return module
else:
return None
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论