提交 e9d4ce35 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Fix problem with buildbot in DebugMode.

上级 7dcc9b59
......@@ -497,6 +497,9 @@ class Generic(SingletonType):
def c_code_cache_version(self):
return (1,)
def may_share_memory(self, other):
return self is other
def __str__(self):
return self.__class__.__name__
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论