summaryrefslogtreecommitdiffstats
path: root/Tools/idle/StackViewer.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/idle/StackViewer.py')
-rw-r--r--Tools/idle/StackViewer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/idle/StackViewer.py b/Tools/idle/StackViewer.py
index 7af6378..688c1b4 100644
--- a/Tools/idle/StackViewer.py
+++ b/Tools/idle/StackViewer.py
@@ -220,8 +220,8 @@ class NamespaceViewer:
dict = -1
- def load_dict(self, dict):
- if dict is self.dict:
+ def load_dict(self, dict, force=0):
+ if dict is self.dict and not force:
return
subframe = self.subframe
frame = self.frame