Author: Armin Rigo <[email protected]>
Branch: continulet-jit
Changeset: r53018:2953383cec07
Date: 2012-02-29 11:53 +0100
http://bitbucket.org/pypy/pypy/changeset/2953383cec07/

Log:    Clarify.

diff --git a/pypy/rlib/rstacklet.py b/pypy/rlib/rstacklet.py
--- a/pypy/rlib/rstacklet.py
+++ b/pypy/rlib/rstacklet.py
@@ -72,6 +72,7 @@
 
     def _freeze_(self):
         self.enabled = False
+        return False
 
     def enable(self):
         if not self.enabled:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to