[pypy-commit] pypy stacklet: Starting work on greenlets.

2011-08-19 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46633:448721060198 Date: 2011-08-19 14:44 +0200 http://bitbucket.org/pypy/pypy/changeset/448721060198/ Log:Starting work on greenlets. diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --- a/lib_pypy/greenlet.py +++ b/lib_pypy/greenlet.p

[pypy-commit] pypy stacklet: Starting on the new _stacklet module...

2011-08-06 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46309:8d3f74f9011b Date: 2011-08-06 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/8d3f74f9011b/ Log:Starting on the new _stacklet module... diff --git a/pypy/module/_stacklet/__init__.py b/pypy/module/_stacklet/__init__.py new file mode

[pypy-commit] pypy stacklet: Starting...

2011-08-05 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46294:8064be3dd602 Date: 2011-08-05 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/8064be3dd602/ Log:Starting... diff --git a/pypy/rlib/rstacklet.py b/pypy/rlib/rstacklet.py new file mode 100644 --- /dev/null +++ b/pypy/rlib/rstacklet.py