[pypy-commit] pypy stacklet: Switch().

2011-08-06 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46314:3dfb6772812d Date: 2011-08-06 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/3dfb6772812d/ Log:Switch(). diff --git a/pypy/module/_stacklet/interp_stacklet.py b/pypy/module/_stacklet/interp_stacklet.py --- a/pypy/module/_stacklet/i

[pypy-commit] pypy stacklet: Switch the RPython API to use real COpaquePtrs instead of just Signeds.

2011-08-06 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46306:32b3ac02d4ab Date: 2011-08-05 19:54 +0200 http://bitbucket.org/pypy/pypy/changeset/32b3ac02d4ab/ Log:Switch the RPython API to use real COpaquePtrs instead of just Signeds. diff --git a/pypy/rlib/rstacklet.py b/pypy/rlib/rstacklet