Author: Justin Peel <[email protected]>
Branch: rgc-mem-pressure
Changeset: r48107:89bac1cc8a60
Date: 2011-10-16 20:32 -0600
http://bitbucket.org/pypy/pypy/changeset/89bac1cc8a60/
Log: small fix
diff --git a/pypy/rpython/memory/gctransform/framework.py
b/pypy/rpython/memory/gctransform/framework.py
--- a/pypy/rpython/memory/gctransform/framework.py
+++ b/pypy/rpython/memory/gctransform/framework.py
@@ -386,7 +386,7 @@
raw_malloc_memory_pressure_varsize,
[annmodel.SomeInteger(), annmodel.SomeInteger()],
annmodel.s_None, minimal_transform = False)
- self.raw_malloc_memory_pressure = getfn(
+ self.raw_malloc_memory_pressure_ptr = getfn(
raw_malloc_memory_pressure,
[annmodel.SomeInteger()],
annmodel.s_None, minimal_transform = False)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit