[pypy-commit] pypy py3.5: Bugfix - use update for dict instead of popitem, store dict class as variable, more precise exception handling with better messages

2016-07-03 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85527:f4f98e487091 Date: 2016-07-03 21:09 +0200 http://bitbucket.org/pypy/pypy/changeset/f4f98e487091/ Log:Bugfix - use update for dict instead of popitem, store dict class as variable, more precise exception handling with better messag

[pypy-commit] pypy reverse-debugger: Write down how it is supposed to work (not fully implemented, must be fixed)

2016-07-03 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85526:a0ec1eb89799 Date: 2016-07-03 18:42 +0200 http://bitbucket.org/pypy/pypy/changeset/a0ec1eb89799/ Log:Write down how it is supposed to work (not fully implemented, must be fixed) diff --git a/rpython/translator/revdb/gencsu

[pypy-commit] pypy reverse-debugger: extra test

2016-07-03 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85524:4897e2599437 Date: 2016-07-03 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/4897e2599437/ Log:extra test diff --git a/rpython/translator/revdb/test/test_raw.py b/rpython/translator/revdb/test/test_raw.py --- a/rpython/tran

[pypy-commit] pypy reverse-debugger: in-progress: fixes the inconsistency in static pointers to raw

2016-07-03 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85523:2c7ee80382b2 Date: 2016-07-03 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/2c7ee80382b2/ Log:in-progress: fixes the inconsistency in static pointers to raw structures: the code containing directly a pointer would us

[pypy-commit] pypy reverse-debugger: Test and fix

2016-07-03 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85525:9fec64697d6b Date: 2016-07-03 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/9fec64697d6b/ Log:Test and fix diff --git a/rpython/translator/c/node.py b/rpython/translator/c/node.py --- a/rpython/translator/c/node.py +++ b/rp