[pypy-commit] pypy py3.6: merge default into py3.6

2019-03-31 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96389:4547d8edb215 Date: 2019-03-31 15:18 +0300 http://bitbucket.org/pypy/pypy/changeset/4547d8edb215/ Log:merge default into py3.6 diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/test/test_compiler

[pypy-commit] pypy default: preserve order on extra effects (sets are not ordered on cpython2)

2019-03-31 Thread mattip
Author: Matti Picus Branch: Changeset: r96388:a93dfb333afe Date: 2019-03-31 15:15 +0300 http://bitbucket.org/pypy/pypy/changeset/a93dfb333afe/ Log:preserve order on extra effects (sets are not ordered on cpython2) diff --git a/rpython/jit/codewriter/effectinfo.py b/rpython/jit/codewriter/e

[pypy-commit] pypy default: Clean up test

2019-03-31 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r96390:3c18b70c56bd Date: 2019-03-31 16:45 +0100 http://bitbucket.org/pypy/pypy/changeset/3c18b70c56bd/ Log:Clean up test diff --git a/rpython/rlib/rjitlog/test/test_jitlog.py b/rpython/rlib/rjitlog/test/test_jitlog.py --- a/rpython/rlib/rjitlog/test/t