[pypy-commit] pypy reverse-debugger: Next bug

2016-07-02 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85522:7a8820692e0a Date: 2016-07-02 22:49 +0200 http://bitbucket.org/pypy/pypy/changeset/7a8820692e0a/ Log:Next bug diff --git a/rpython/translator/revdb/test/test_bug.py b/rpython/translator/revdb/test/test_bug.py new file mode 100644

[pypy-commit] pypy call-via-pyobj: try another approach (arigato), also refactor

2016-07-02 Thread mattip
Author: Matti Picus Branch: call-via-pyobj Changeset: r85521:c9f4f6cebf76 Date: 2016-07-02 23:26 +0300 http://bitbucket.org/pypy/pypy/changeset/c9f4f6cebf76/ Log:try another approach (arigato), also refactor diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.p

[pypy-commit] pypy call-via-pyobj: fix translation (arigato)

2016-07-02 Thread mattip
Author: Matti Picus Branch: call-via-pyobj Changeset: r85520:192a002624b0 Date: 2016-07-02 22:34 +0300 http://bitbucket.org/pypy/pypy/changeset/192a002624b0/ Log:fix translation (arigato) diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py --- a/pypy/module/

[pypy-commit] pypy py3.5-async: Change asdl, add tokens for async and await

2016-07-02 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85519:aca645000678 Date: 2016-07-02 21:58 +0200 http://bitbucket.org/pypy/pypy/changeset/aca645000678/ Log:Change asdl, add tokens for async and await diff --git a/pypy/interpreter/astcompiler/tools/Python.asdl b/pypy/interpreter/astcom

[pypy-commit] pypy py3.5-async: Add async to grammar

2016-07-02 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85518:618d170d0fa1 Date: 2016-07-02 21:34 +0200 http://bitbucket.org/pypy/pypy/changeset/618d170d0fa1/ Log:Add async to grammar diff --git a/pypy/interpreter/pyparser/data/Grammar3.5 b/pypy/interpreter/pyparser/data/Grammar3.5 --- a/pyp

[pypy-commit] pypy reverse-debugger: Callbacks.

2016-07-02 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85517:00fce40d3026 Date: 2016-07-02 20:38 +0200 http://bitbucket.org/pypy/pypy/changeset/00fce40d3026/ Log:Callbacks. diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py --- a/rpython/translator/c/funcgen.py +

[pypy-commit] pypy call-via-pyobj: fixes for translation, but not done yet

2016-07-02 Thread mattip
Author: Matti Picus Branch: call-via-pyobj Changeset: r85516:349eb5ca6183 Date: 2016-07-02 21:15 +0300 http://bitbucket.org/pypy/pypy/changeset/349eb5ca6183/ Log:fixes for translation, but not done yet diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py ---

[pypy-commit] pypy default: Remove these lines, they appear twice in the file

2016-07-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r85515:13d2148e1008 Date: 2016-07-02 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/13d2148e1008/ Log:Remove these lines, they appear twice in the file diff --git a/rpython/rlib/ropenssl.py b/rpython/rlib/ropenssl.py --- a/rpython/rlib/ropenssl.py

[pypy-commit] pypy py3.5: Type check also in map_unpack

2016-07-02 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85514:07a2694317a1 Date: 2016-07-02 11:23 +0200 http://bitbucket.org/pypy/pypy/changeset/07a2694317a1/ Log:Type check also in map_unpack diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.p

[pypy-commit] pypy reverse-debugger: Debugging helper

2016-07-02 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85513:6b5aaea0d7f0 Date: 2016-07-02 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/6b5aaea0d7f0/ Log:Debugging helper diff --git a/rpython/translator/revdb/pplog.py b/rpython/translator/revdb/pplog.py new file mode 100755 --- /de

[pypy-commit] pypy reverse-debugger: Test and fix: fork() creates children which also continue to write to

2016-07-02 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85512:d23597283e75 Date: 2016-07-02 09:27 +0200 http://bitbucket.org/pypy/pypy/changeset/d23597283e75/ Log:Test and fix: fork() creates children which also continue to write to the same log file, corrupting it diff --git a/rpyth

[pypy-commit] pypy reverse-debugger: Disable some modules automatically if we translate pypy with --revdb

2016-07-02 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85511:ec9b40e3781d Date: 2016-07-02 09:09 +0200 http://bitbucket.org/pypy/pypy/changeset/ec9b40e3781d/ Log:Disable some modules automatically if we translate pypy with --revdb diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyopt