[pypy-commit] pypy py3.5: fix issue #2838: don't swallow exceptions in BUILD_SET_UNPACK

2018-05-27 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94691:26a7e1a30293 Date: 2018-05-27 17:27 +0200 http://bitbucket.org/pypy/pypy/changeset/26a7e1a30293/ Log:fix issue #2838: don't swallow exceptions in BUILD_SET_UNPACK (the bytecode was quite badly broken in other ways to

[pypy-commit] pypy py3.5: use popvalues

2018-05-27 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94692:a7e4b0731746 Date: 2018-05-27 17:37 +0200 http://bitbucket.org/pypy/pypy/changeset/a7e4b0731746/ Log:use popvalues diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +

[pypy-commit] pypy py3.6: support for '_' format modifiert for formatting strings

2018-05-27 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r94693:846993741acb Date: 2018-05-27 21:44 +0200 http://bitbucket.org/pypy/pypy/changeset/846993741acb/ Log:support for '_' format modifiert for formatting strings diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/new