[pypy-commit] pypy default: Move the 'assert pos >= 0' before the 'code[pos]', to avoid extra checking for

2020-01-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r98435:04a0915490aa Date: 2020-01-01 17:17 +0100 http://bitbucket.org/pypy/pypy/changeset/04a0915490aa/ Log:Move the 'assert pos >= 0' before the 'code[pos]', to avoid extra checking for negative pos when indexing diff --git

[pypy-commit] pypy py3.6: merge heads

2020-01-01 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r98434:1a321e4e7973 Date: 2020-01-01 16:53 +0100 http://bitbucket.org/pypy/pypy/changeset/1a321e4e7973/ Log:merge heads diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy py3.6: remove repeated function

2020-01-01 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r98433:11484c9b7bd0 Date: 2020-01-01 16:52 +0100 http://bitbucket.org/pypy/pypy/changeset/11484c9b7bd0/ Log:remove repeated function diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy default: update license for new year, ignor pypy/lib files for portable builds

2020-01-01 Thread mattip
Author: Matti Picus Branch: Changeset: r98431:389122234122 Date: 2020-01-01 11:17 +0200 http://bitbucket.org/pypy/pypy/changeset/389122234122/ Log:update license for new year, ignor pypy/lib files for portable builds diff --git a/.hgignore b/.hgignore --- a/.hgignore +++

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

2020-01-01 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98432:73c04f01d522 Date: 2020-01-01 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/73c04f01d522/ Log:merge default into branch diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -19,8 +19,8 @@ ^site-packages$