Author: Armin Rigo <[email protected]>
Branch: stm-thread
Changeset: r55054:82def0a82dd7
Date: 2012-05-12 11:22 +0200
http://bitbucket.org/pypy/pypy/changeset/82def0a82dd7/

Log:    Test fix

diff --git a/pypy/translator/stm/localtracker.py 
b/pypy/translator/stm/localtracker.py
--- a/pypy/translator/stm/localtracker.py
+++ b/pypy/translator/stm/localtracker.py
@@ -15,7 +15,7 @@
     of the stmgc: a pointer is 'local' if it goes to the thread-local memory,
     and 'global' if it points to the shared read-only memory area."""
 
-    def __init__(self, translator, transactionbreak_analyzer):
+    def __init__(self, translator, transactionbreak_analyzer=None):
         self.translator = translator
         self.gsrc = GcSource(translator, transactionbreak_analyzer)
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to