[pypy-commit] pypy py3.6: #3066: revert the change in the code, which was not needed after all

2019-09-24 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97604:63d044a9a08a Date: 2019-09-24 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/63d044a9a08a/ Log:#3066: revert the change in the code, which was not needed after all diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpret

[pypy-commit] pypy py3.6: Issue #3066: fix just by not removing dead bytecodes

2019-09-24 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97600:68e1f1bd6ea6 Date: 2019-09-24 15:07 +0200 http://bitbucket.org/pypy/pypy/changeset/68e1f1bd6ea6/ Log:Issue #3066: fix just by not removing dead bytecodes diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/a

[pypy-commit] pypy py3.6: Skip a test that now crashes just like it does on CPython

2019-09-24 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97599:d9f0a8eedf66 Date: 2019-09-24 15:03 +0200 http://bitbucket.org/pypy/pypy/changeset/d9f0a8eedf66/ Log:Skip a test that now crashes just like it does on CPython diff --git a/pypy/interpreter/test/apptest_pyframe.py b/pypy/interpreter/test/app

[pypy-commit] pypy py3.6: Update logic to CPython 3.6.9 for setting f_lineno. Issue #3066 is not resolved; I guess CPython doesn't do the same dead code elimination

2019-09-24 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97598:29268d8eba51 Date: 2019-09-24 14:40 +0200 http://bitbucket.org/pypy/pypy/changeset/29268d8eba51/ Log:Update logic to CPython 3.6.9 for setting f_lineno. Issue #3066 is not resolved; I guess CPython doesn't do the same dead code

[pypy-commit] pypy cpyext-gc-cycle: Removed obsolete code and TODOs

2019-09-24 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r97597:5172b6ed9d6c Date: 2019-09-24 11:49 +0200 http://bitbucket.org/pypy/pypy/changeset/5172b6ed9d6c/ Log:Removed obsolete code and TODOs diff --git a/pypy/module/cpyext/state.py b/pypy/module/cpyext/state.py --- a/pypy/module/cpyext/

[pypy-commit] pypy default: Update the sandbox warning

2019-09-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r97596:c911fdf57c7d Date: 2019-09-24 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/c911fdf57c7d/ Log:Update the sandbox warning diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst --- a/pypy/doc/sandbox.rst +++ b/pypy/doc/sandbox.rst @@ -3,1