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/
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
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
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