[pypy-commit] pypy py3.5: Fix dict codegen

2016-06-18 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85227:58c84b553a11 Date: 2016-06-18 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/58c84b553a11/ Log:Fix dict codegen diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --- a/pypy/interpreter/

[pypy-commit] pypy testing-cleanup: Make sure that the GIL is reset properly when an unexpected exception is raised

2016-06-18 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85226:0fdc10ae15b1 Date: 2016-06-18 21:24 +0100 http://bitbucket.org/pypy/pypy/changeset/0fdc10ae15b1/ Log:Make sure that the GIL is reset properly when an unexpected exception is raised diff --git a/pypy/module/cpyext/api.py b/p

[pypy-commit] pypy py3.5: Call _visit_starunpack in set

2016-06-18 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85225:6e3952e1c5d7 Date: 2016-06-18 18:40 +0200 http://bitbucket.org/pypy/pypy/changeset/6e3952e1c5d7/ Log:Call _visit_starunpack in set diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --- a/pypy

[pypy-commit] pypy reverse-debugger: Start the Python-side command-line reverse debugger

2016-06-18 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85224:31c1d222566e Date: 2016-06-18 09:05 +0200 http://bitbucket.org/pypy/pypy/changeset/31c1d222566e/ Log:Start the Python-side command-line reverse debugger diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.p