[pypy-commit] pypy py3.5: Fix for __pypy__.test.test_special.test_hidden_applevel_frame: hidden

2016-11-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88478:8f84fd21ab98 Date: 2016-11-19 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/8f84fd21ab98/ Log:Fix for __pypy__.test.test_special.test_hidden_applevel_frame: hidden frames should simply not record their exception in sys_

[pypy-commit] pypy py3.5: Test and fix for setting f_lineno

2016-11-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88479:038ed5ec2571 Date: 2016-11-19 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/038ed5ec2571/ Log:Test and fix for setting f_lineno diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +

[pypy-commit] pypy py3.5: Fix sys.exc_info in _continuation: we now need to save and restore it carefully

2016-11-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88480:6664bdccb98b Date: 2016-11-19 17:57 +0100 http://bitbucket.org/pypy/pypy/changeset/6664bdccb98b/ Log:Fix sys.exc_info in _continuation: we now need to save and restore it carefully diff --git a/pypy/module/_continuation/interp_contin

[pypy-commit] pypy py3.5: this case is optimized as well, now that we don't need to search the

2016-11-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88481:a17f5a7b79d0 Date: 2016-11-19 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/a17f5a7b79d0/ Log:this case is optimized as well, now that we don't need to search the frame chain. diff --git a/pypy/module/sys/test/test_sysmodule.p

[pypy-commit] pypy py3.5: Fix to not depend on the current working directory

2016-11-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88482:7813ce03ef1f Date: 2016-11-19 18:15 +0100 http://bitbucket.org/pypy/pypy/changeset/7813ce03ef1f/ Log:Fix to not depend on the current working directory diff --git a/pypy/tool/pytest/test/test_conftest1.py b/pypy/tool/pytest/test/test_confte

[pypy-commit] pypy default: kill unused rtyper.order

2016-11-19 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r88483:542388518260 Date: 2016-11-19 18:18 + http://bitbucket.org/pypy/pypy/changeset/542388518260/ Log:kill unused rtyper.order diff --git a/rpython/rtyper/rtyper.py b/rpython/rtyper/rtyper.py --- a/rpython/rtyper/rtyper.py +++ b/rpython/rtyper/rty

[pypy-commit] pypy default: Another case of @jit.call_shortcut: tests that are directly "if x is not

2016-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r88484:61f7052c3e44 Date: 2016-11-19 19:10 + http://bitbucket.org/pypy/pypy/changeset/61f7052c3e44/ Log:Another case of @jit.call_shortcut: tests that are directly "if x is not None: return x" or "if x != 0: return x" diff --git a/rpython/ji

[pypy-commit] pypy default: Reapply fix c6f52c21fe7e

2016-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r88485:baf04e3cc2f7 Date: 2016-11-19 21:17 +0100 http://bitbucket.org/pypy/pypy/changeset/baf04e3cc2f7/ Log:Reapply fix c6f52c21fe7e diff --git a/_pytest/_code/source.py b/_pytest/_code/source.py --- a/_pytest/_code/source.py +++ b/_pytest/_code/source.

[pypy-commit] pypy default: Reapply fix 0867fc01e680

2016-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r88486:45736179ab7e Date: 2016-11-19 21:18 +0100 http://bitbucket.org/pypy/pypy/changeset/45736179ab7e/ Log:Reapply fix 0867fc01e680 diff --git a/_pytest/_code/code.py b/_pytest/_code/code.py --- a/_pytest/_code/code.py +++ b/_pytest/_code/code.py @@ -6

[pypy-commit] extradoc extradoc: next cpython bug

2016-11-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5749:2c56de222716 Date: 2016-11-19 21:38 +0100 http://bitbucket.org/pypy/extradoc/changeset/2c56de222716/ Log:next cpython bug diff --git a/planning/py3.5/cpython-crashers.rst b/planning/py3.5/cpython-crashers.rst --- a/planning/py3.5/cpython-

[pypy-commit] pypy py3.5: Fix one test case. Because we're closely following CPython, we have

2016-11-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88487:dc9cd14f5cd4 Date: 2016-11-19 22:10 +0100 http://bitbucket.org/pypy/pypy/changeset/dc9cd14f5cd4/ Log:Fix one test case. Because we're closely following CPython, we have the same bug shown by another (skipped) test. diff --git a/pypy/

[pypy-commit] pypy py3.5: oups

2016-11-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88488:9866199479d1 Date: 2016-11-19 22:11 +0100 http://bitbucket.org/pypy/pypy/changeset/9866199479d1/ Log:oups diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pypy/interpreter/pyop

[pypy-commit] pypy py3.5-merge-PyType_Ready: Close branch py3.5-merge-PyType_Ready

2016-11-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5-merge-PyType_Ready Changeset: r88489:d8379f57ed42 Date: 2016-11-20 04:35 + http://bitbucket.org/pypy/pypy/changeset/d8379f57ed42/ Log:Close branch py3.5-merge-PyType_Ready ___ pypy-commit mailing list pypy-commi

[pypy-commit] pypy py3.5: Merged in py3.5-merge-PyType_Ready (pull request #497)

2016-11-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88490:b8eeb81927d2 Date: 2016-11-20 04:35 + http://bitbucket.org/pypy/pypy/changeset/b8eeb81927d2/ Log:Merged in py3.5-merge-PyType_Ready (pull request #497) merge relevant parts of 9a8f9cff8c5d diff --git a/pypy/module/cpyext/test/te

[pypy-commit] pypy py3.5: hg merge default

2016-11-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88491:13526fb40522 Date: 2016-11-20 04:47 + http://bitbucket.org/pypy/pypy/changeset/13526fb40522/ Log:hg merge default diff --git a/_pytest/_code/code.py b/_pytest/_code/code.py --- a/_pytest/_code/code.py +++ b/_pytest/_code/code.py @@ -601,