[pypy-commit] pypy default: Copy the test from af74db5394fb.

2011-09-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r47200:60692d2409f7 Date: 2011-09-11 13:28 +0200 http://bitbucket.org/pypy/pypy/changeset/60692d2409f7/ Log:Copy the test from af74db5394fb. diff --git a/pypy/module/test_lib_pypy/test_greenlet.py b/pypy/module/test_lib_pypy/test_greenlet.py --- a/pypy

[pypy-commit] pypy default: Kill dead code.

2011-09-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r47201:ba8e63bfe45d Date: 2011-09-11 14:13 +0200 http://bitbucket.org/pypy/pypy/changeset/ba8e63bfe45d/ Log:Kill dead code. diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py --- a/pypy/interpreter/executioncontext

[pypy-commit] pypy default: A test for hidden_applevel code objects, and fixing the fact that

2011-09-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r47202:4c296bad5568 Date: 2011-09-11 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/4c296bad5568/ Log:A test for hidden_applevel code objects, and fixing the fact that the 'f_back' attribute of frames might return a hidden frame. diff --gi

[pypy-commit] pypy default: 'honor__builtins__' is generally False, but just in case, be safe

2011-09-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r47203:b96796f0767d Date: 2011-09-11 15:49 +0200 http://bitbucket.org/pypy/pypy/changeset/b96796f0767d/ Log:'honor__builtins__' is generally False, but just in case, be safe against corner cases in which w_globals is None. diff --git a/pypy/inte

[pypy-commit] pypy default: Proper handling of 'f_back' in continulets.

2011-09-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r47204:db9617836395 Date: 2011-09-11 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/db9617836395/ Log:Proper handling of 'f_back' in continulets. diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_con

[pypy-commit] pypy default: Translation fix.

2011-09-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r47205:8626ee8b9c1e Date: 2011-09-11 16:02 +0200 http://bitbucket.org/pypy/pypy/changeset/8626ee8b9c1e/ Log:Translation fix. diff --git a/pypy/rlib/_jit_vref.py b/pypy/rlib/_jit_vref.py --- a/pypy/rlib/_jit_vref.py +++ b/pypy/rlib/_jit_vref.py @@ -46,6

[pypy-commit] pypy default: Skip this test in runappdirect mode.

2011-09-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r47207:7a3965ac609b Date: 2011-09-11 17:18 +0200 http://bitbucket.org/pypy/pypy/changeset/7a3965ac609b/ Log:Skip this test in runappdirect mode. diff --git a/pypy/interpreter/test/test_pyframe.py b/pypy/interpreter/test/test_pyframe.py --- a/pypy/inter

[pypy-commit] pypy default: This has been fixed.

2011-09-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r47206:f18568e244e9 Date: 2011-09-11 16:08 +0200 http://bitbucket.org/pypy/pypy/changeset/f18568e244e9/ Log:This has been fixed. diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst --- a/pypy/doc/stackless.rst +++ b/pypy/doc/stackless.rst @@ -2