Author: Armin Rigo
Branch:
Changeset: r68592:5a2d56ec4bac
Date: 2014-01-10 11:06 +0100
http://bitbucket.org/pypy/pypy/changeset/5a2d56ec4bac/
Log:Decrement the raw-memory-pressure counters by 'sizehint' plus a
little bit extra. This is needed e.g. for _rawffi, which may
alloc
Author: Armin Rigo
Branch:
Changeset: r68594:d681e26981e8
Date: 2014-01-10 13:16 +0100
http://bitbucket.org/pypy/pypy/changeset/d681e26981e8/
Log:With DO_TRACING=False, we can now ensure that these finalizers are
light.
diff --git a/pypy/module/_rawffi/array.py b/pypy/module/_rawffi
Author: Armin Rigo
Branch:
Changeset: r68593:872f6055d970
Date: 2014-01-10 12:43 +0100
http://bitbucket.org/pypy/pypy/changeset/872f6055d970/
Log:Issue1670: Ouch ouch ouch.
diff --git a/pypy/module/_rawffi/tracker.py b/pypy/module/_rawffi/tracker.py
--- a/pypy/module/_rawffi/tracker.py
+++
Author: Armin Rigo
Branch:
Changeset: r68595:5ca199444bb9
Date: 2014-01-10 17:12 +0100
http://bitbucket.org/pypy/pypy/changeset/5ca199444bb9/
Log:Issue1669: fix. No clue about how to write a test; only checking
that the original issue is fixed.
diff --git a/rpython/jit/metainterp/he