[pypy-commit] pypy default: add _Py_Dealloc to c function list to export it as _PyPy_Dealloc

2018-05-18 Thread mattip
Author: Matti Picus Branch: Changeset: r94616:a8f64c4ae1ec Date: 2018-05-18 08:53 -0700 http://bitbucket.org/pypy/pypy/changeset/a8f64c4ae1ec/ Log:add _Py_Dealloc to c function list to export it as _PyPy_Dealloc diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/m

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

2018-05-18 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6-wordcode Changeset: r94615:2d9f8bdb0649 Date: 2018-05-18 12:05 +0200 http://bitbucket.org/pypy/pypy/changeset/2d9f8bdb0649/ Log:merge py3.6 diff --git a/lib-python/3/test/test_peepholer.py b/lib-python/3/test/test_peepholer.py --- a/lib-pyth

[pypy-commit] pypy py3.6: fix test_peepholer by undoing pypy-change

2018-05-18 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r94614:b71f7b72b31d Date: 2018-05-18 12:03 +0200 http://bitbucket.org/pypy/pypy/changeset/b71f7b72b31d/ Log:fix test_peepholer by undoing pypy-change diff --git a/lib-python/3/test/test_peepholer.py b/lib-python/3/test/test_peepho

[pypy-commit] pypy py3.6-wordcode: fix co_firstlineno when annotations are present

2018-05-18 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6-wordcode Changeset: r94613:c6b57116d338 Date: 2018-05-18 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/c6b57116d338/ Log:fix co_firstlineno when annotations are present diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/inter

[pypy-commit] pypy default: cleanup in dict implementation: don't use has_* flags, put fallback

2018-05-18 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94612:353420330f35 Date: 2018-05-18 10:10 +0200 http://bitbucket.org/pypy/pypy/changeset/353420330f35/ Log:cleanup in dict implementation: don't use has_* flags, put fallback implementations into base methods instead diff --git