Author: Justin Peel <[email protected]>
Branch: rgc-mem-pressure
Changeset: r48110:8b7a07081692
Date: 2011-10-16 23:22 -0600
http://bitbucket.org/pypy/pypy/changeset/8b7a07081692/

Log:    small fix

diff --git a/pypy/rpython/llinterp.py b/pypy/rpython/llinterp.py
--- a/pypy/rpython/llinterp.py
+++ b/pypy/rpython/llinterp.py
@@ -716,7 +716,7 @@
         track_allocation = flags.get('track_allocation', True)
         self.heap.free(obj, flavor='raw', track_allocation=track_allocation)
 
-    def add_memory_pressure(self, size):
+    def op_gc_add_memory_pressure(self, size):
         self.heap.add_memory_pressure(size)
 
     def op_shrink_array(self, obj, smallersize):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to