[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 04/08: grc: initialize attributes flow grap
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 04/08: grc: initialize attributes flow graph eval (fixes Bug #885) |
Date: |
Fri, 5 Feb 2016 22:07:44 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit bf2b36e8315873976fd42a5e7b79a2eb3290b6d8
Author: Sebastian Koslowski <address@hidden>
Date: Fri Feb 5 15:20:35 2016 +0100
grc: initialize attributes flow graph eval (fixes Bug #885)
---
grc/python/FlowGraph.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/grc/python/FlowGraph.py b/grc/python/FlowGraph.py
index 686dae7..b2a1d27 100644
--- a/grc/python/FlowGraph.py
+++ b/grc/python/FlowGraph.py
@@ -39,7 +39,10 @@ class FlowGraph(_FlowGraph, _GUIFlowGraph):
self.grc_file_path = ''
_FlowGraph.__init__(self, **kwargs)
_GUIFlowGraph.__init__(self)
- self._eval_cache = dict()
+ self.n = {}
+ self.n_hash = -1
+ self._renew_eval_ns = True
+ self._eval_cache = {}
def _eval(self, code, namespace, namespace_hash):
"""
- [Commit-gnuradio] [gnuradio] branch maint updated (5c00c2d -> 1e232b2), git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 06/08: uhd: Fixed suggested antenna ports on tx vs rx, git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 07/08: Merge remote-tracking branch 'skoslowski/cat_fix' into maint, git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 08/08: Merge remote-tracking branch 'mbr0wn/uhd/fix_antenna_sel' into maint, git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 05/08: analog: better block category (GRC) for random uniform source, git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 04/08: grc: initialize attributes flow graph eval (fixes Bug #885),
git <=
- [Commit-gnuradio] [gnuradio] 03/08: grc: not all tooltips in block library were updated after docstring extraction finished, git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 01/08: grc: fix fg load with virtual sink/source message connections, git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 02/08: grc: limit tooltip size in block library, git, 2016/02/05