提交 1eb789c4 authored 作者: Frederic's avatar Frederic

Fix SharedVar.value property.

reported by Drew Duncan fix gh-1474
上级 6bbc69e0
......@@ -154,7 +154,7 @@ class SharedVariable(Variable):
" instead.")
# We keep this just to raise an error
value = property(_value_get, _value_set),
value = property(_value_get, _value_set)
def shared_constructor(ctor, remove=False):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论