[pypy-commit] pypy hpy: update_vendored to e481b58; this change was made in the hpy-ctypespace branch but needed to be ported to pyhandle/hpy and properly vendored

2019-12-02 Thread antocuni
Author: Antonio Cuni Branch: hpy Changeset: r98209:b1e1f0479f6b Date: 2019-12-01 11:47 +0100 http://bitbucket.org/pypy/pypy/changeset/b1e1f0479f6b/ Log:update_vendored to e481b58; this change was made in the hpy- ctypespace branch but needed to be ported to pyhandle/hpy and pr

[pypy-commit] pypy hpy: give a better name to this helper, it makes it much easier to debug translation errors

2019-12-02 Thread antocuni
Author: Antonio Cuni Branch: hpy Changeset: r98211:987c3b5d033e Date: 2019-12-01 12:08 +0100 http://bitbucket.org/pypy/pypy/changeset/987c3b5d033e/ Log:give a better name to this helper, it makes it much easier to debug translation errors diff --git a/pypy/module/hpy_universal/apiset

[pypy-commit] pypy hpy: progress towards making test_ztranslation working again: these changes are needed to that functions inside hpy_universal.interp_list are annotated correctly, because they do 'a

2019-12-02 Thread antocuni
Author: Antonio Cuni Branch: hpy Changeset: r98212:121bac5f857c Date: 2019-12-02 10:46 +0100 http://bitbucket.org/pypy/pypy/changeset/121bac5f857c/ Log:progress towards making test_ztranslation working again: these changes are needed to that functions inside hpy_universal.inte

[pypy-commit] pypy hpy: some progress in fixing test_ztranslation, which includes improving the fake objspace

2019-12-02 Thread antocuni
Author: Antonio Cuni Branch: hpy Changeset: r98208:abdeda0fd3c6 Date: 2019-11-29 21:37 +0100 http://bitbucket.org/pypy/pypy/changeset/abdeda0fd3c6/ Log:some progress in fixing test_ztranslation, which includes improving the fake objspace diff --git a/pypy/module/hpy_universal/interp_

[pypy-commit] pypy hpy: finally fix hpy_universa:test_ztranslation: we need to ensure that the annotator sees some concrete implementation of W_DictMultiObject, else it only sees the base class which

2019-12-02 Thread antocuni
Author: Antonio Cuni Branch: hpy Changeset: r98214:4aa8318c0c07 Date: 2019-12-02 12:23 +0100 http://bitbucket.org/pypy/pypy/changeset/4aa8318c0c07/ Log:finally fix hpy_universa:test_ztranslation: we need to ensure that the annotator sees some concrete implementation of W_DictM

[pypy-commit] pypy hpy: fix the last bit of translation

2019-12-02 Thread antocuni
Author: Antonio Cuni Branch: hpy Changeset: r98213:4063b6b8b3f3 Date: 2019-12-02 12:17 +0100 http://bitbucket.org/pypy/pypy/changeset/4063b6b8b3f3/ Log:fix the last bit of translation diff --git a/pypy/module/hpy_universal/interp_hpy.py b/pypy/module/hpy_universal/interp_hpy.py --- a/pypy/m

[pypy-commit] pypy hpy: translation fix

2019-12-02 Thread antocuni
Author: Antonio Cuni Branch: hpy Changeset: r98210:e716d29bf67d Date: 2019-12-01 11:54 +0100 http://bitbucket.org/pypy/pypy/changeset/e716d29bf67d/ Log:translation fix diff --git a/pypy/module/hpy_universal/interp_module.py b/pypy/module/hpy_universal/interp_module.py --- a/pypy/module/hpy_

[pypy-commit] pypy hpy: add an option to show Pdb+ in ztranslation tests, so that it is easier to debug translation errors

2019-12-02 Thread antocuni
Author: Antonio Cuni Branch: hpy Changeset: r98215:e042625501a0 Date: 2019-12-02 12:24 +0100 http://bitbucket.org/pypy/pypy/changeset/e042625501a0/ Log:add an option to show Pdb+ in ztranslation tests, so that it is easier to debug translation errors diff --git a/pypy/module/hpy_univ

[pypy-commit] pypy default: adjust documentation for cffi _hashlib, _ssl

2019-12-02 Thread mattip
Author: Matti Picus Branch: Changeset: r98216:6bb004a8914f Date: 2019-12-02 14:56 +0200 http://bitbucket.org/pypy/pypy/changeset/6bb004a8914f/ Log:adjust documentation for cffi _hashlib, _ssl diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++ b/pypy/doc/build.

[pypy-commit] pypy default: remove unused rpython _hashlib module, we now use cffi

2019-12-02 Thread mattip
Author: Matti Picus Branch: Changeset: r98217:85525c43dc44 Date: 2019-12-02 14:58 +0200 http://bitbucket.org/pypy/pypy/changeset/85525c43dc44/ Log:remove unused rpython _hashlib module, we now use cffi diff --git a/pypy/module/_hashlib/__init__.py b/pypy/module/_hashlib/__init__.py deleted

[pypy-commit] buildbot default: parallel -> parallel_runs, update 64-bit Dockerfile with lessons learned

2019-12-02 Thread mattip
Author: Matti Picus Branch: Changeset: r1117:36c2b9791482 Date: 2019-12-02 15:47 +0200 http://bitbucket.org/pypy/buildbot/changeset/36c2b9791482/ Log:parallel -> parallel_runs, update 64-bit Dockerfile with lessons learned diff --git a/docker/Dockerfile b/docker/Dockerfile --- a/doc

[pypy-commit] pypy hpy: fix translation, and make it possible to show pdb+ even when the test passes

2019-12-02 Thread antocuni
Author: Antonio Cuni Branch: hpy Changeset: r98218:9227c0af2212 Date: 2019-12-02 15:07 +0100 http://bitbucket.org/pypy/pypy/changeset/9227c0af2212/ Log:fix translation, and make it possible to show pdb+ even when the test passes diff --git a/pypy/module/hpy_universal/interp_unicode.p

[pypy-commit] buildbot default: add prefix target for gc install

2019-12-02 Thread mattip
Author: Matti Picus Branch: Changeset: r1118:c7153bb2f863 Date: 2019-12-02 16:44 +0100 http://bitbucket.org/pypy/buildbot/changeset/c7153bb2f863/ Log:add prefix target for gc install diff --git a/docker/install_gc.sh b/docker/install_gc.sh --- a/docker/install_gc.sh +++ b/docker/install_gc.

[pypy-commit] pypy default: centos6 has an old version of zlib

2019-12-02 Thread mattip
Author: Matti Picus Branch: Changeset: r98219:b0234b636414 Date: 2019-12-02 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/b0234b636414/ Log:centos6 has an old version of zlib diff --git a/rpython/rlib/test/test_rzlib.py b/rpython/rlib/test/test_rzlib.py --- a/rpython/rlib/test/test_r

[pypy-commit] pypy py3.6: typo

2019-12-02 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98220:b5cc5bc24633 Date: 2019-12-02 23:03 +0200 http://bitbucket.org/pypy/pypy/changeset/b5cc5bc24633/ Log:typo diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py --- a/pypy/module/imp/test/test_app.py +++ b/pypy/mod