提交 568cb449 authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix unpickling of old files

上级 e679cd14
......@@ -803,7 +803,8 @@ if (py_%(name)s == NULL) { %(freefunc)s(%(name)s); }
self.header_dirs = ()
self.libraries = ()
self.lib_dirs = ()
self.extra_support_code = ""
if not hasattr(self, 'version'):
self.version = None
class CDataTypeConstant(graph.Constant):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论