[pypy-commit] pypy py3.5-corowrapper: fix the test

2016-09-18 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87212:b15c04df Date: 2016-09-18 23:09 +0200 http://bitbucket.org/pypy/pypy/changeset/b15c04df/ Log:fix the test diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py ---

[pypy-commit] pypy py3.5-corowrapper: fix interp_jit

2016-09-18 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87203:84a0a35f73d2 Date: 2016-09-18 18:37 +0200 http://bitbucket.org/pypy/pypy/changeset/84a0a35f73d2/ Log:fix interp_jit diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py ---

[pypy-commit] pypy py3.5-corowrapper: fix the stack depth computation

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87194:ef22f59c45aa Date: 2016-09-17 21:58 +0200 http://bitbucket.org/pypy/pypy/changeset/ef22f59c45aa/ Log:fix the stack depth computation diff --git a/pypy/interpreter/astcompiler/assemble.py

[pypy-commit] pypy py3.5-corowrapper: fix

2016-09-16 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87144:fe2ec186aa1c Date: 2016-09-16 17:51 +0200 http://bitbucket.org/pypy/pypy/changeset/fe2ec186aa1c/ Log:fix diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py ---