Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r76489:652ec34956fa
Date: 2015-03-21 11:21 +0100
http://bitbucket.org/pypy/pypy/changeset/652ec34956fa/

Log:    uh

diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py
--- a/rpython/annotator/bookkeeper.py
+++ b/rpython/annotator/bookkeeper.py
@@ -26,7 +26,7 @@
 try:
     from pypystm import stmdict
 except ImportError:
-    stmdict = {}
+    stmdict = dict
 
 
 BUILTIN_ANALYZERS = {}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to