[pypy-commit] pypy py3.5: xfail test

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93438:61fa4de7d9bb Date: 2017-12-16 05:15 + http://bitbucket.org/pypy/pypy/changeset/61fa4de7d9bb/ Log:xfail test diff --git a/pypy/tool/pytest/test/test_appsupport.py b/pypy/tool/pytest/test/test_appsupport.py ---

[pypy-commit] pypy py3.5: Skip another test that cannot work with -A

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93437:7597dd2c875f Date: 2017-12-16 04:52 + http://bitbucket.org/pypy/pypy/changeset/7597dd2c875f/ Log:Skip another test that cannot work with -A diff --git a/pypy/module/marshal/test/test_marshal.py

[pypy-commit] pypy py3.5: fix AppTestWriteBytecode tests

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93436:71a2dd4b2fa2 Date: 2017-12-16 04:38 + http://bitbucket.org/pypy/pypy/changeset/71a2dd4b2fa2/ Log:fix AppTestWriteBytecode tests diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy py3.5: Explicitly skip tests that cannot work with -A

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93435:88ae8a42ce83 Date: 2017-12-16 04:05 + http://bitbucket.org/pypy/pypy/changeset/88ae8a42ce83/ Log:Explicitly skip tests that cannot work with -A diff --git a/pypy/objspace/std/test/test_mapdict.py

[pypy-commit] pypy py3.5: fix test_stacklet

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93434:bfa08194d964 Date: 2017-12-16 03:27 + http://bitbucket.org/pypy/pypy/changeset/bfa08194d964/ Log:fix test_stacklet diff --git a/pypy/module/_continuation/test/support.py b/pypy/module/_continuation/test/support.py

[pypy-commit] pypy py3.5: hg merge default

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93433:4d0d6cd1346b Date: 2017-12-16 02:18 + http://bitbucket.org/pypy/pypy/changeset/4d0d6cd1346b/ Log:hg merge default diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst ---

[pypy-commit] pypy default: Move test_greenlet.py to pypy/module/_continuation/

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93432:9028d55b25e0 Date: 2017-12-16 02:17 + http://bitbucket.org/pypy/pypy/changeset/9028d55b25e0/ Log:Move test_greenlet.py to pypy/module/_continuation/ diff --git a/pypy/module/test_lib_pypy/test_greenlet.py

[pypy-commit] pypy py3.5: None of these checks make sense for pypy3

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93431:6f435c55a176 Date: 2017-12-16 01:48 + http://bitbucket.org/pypy/pypy/changeset/6f435c55a176/ Log:None of these checks make sense for pypy3 diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py

[pypy-commit] pypy py3.5: I hate RPython

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93430:09836355d06a Date: 2017-12-15 23:27 + http://bitbucket.org/pypy/pypy/changeset/09836355d06a/ Log:I hate RPython diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy cpyext-faster-arg-passing: generalize the code and store py_obj references in types, bools, and None

2017-12-15 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: cpyext-faster-arg-passing Changeset: r93429:5187eda5bf36 Date: 2017-12-15 14:28 +0100 http://bitbucket.org/pypy/pypy/changeset/5187eda5bf36/ Log:generalize the code and store py_obj references in types, bools, and None diff

[pypy-commit] pypy cpyext-faster-arg-passing: refactor to use methods

2017-12-15 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: cpyext-faster-arg-passing Changeset: r93428:fc3f8f9e8b75 Date: 2017-12-14 21:31 +0100 http://bitbucket.org/pypy/pypy/changeset/fc3f8f9e8b75/ Log:refactor to use methods diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy py3.5: kill __pypy__.save_module_content_for_future_reload(), it does not do anything (probably maybe)

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93427:ff0600c50bee Date: 2017-12-15 22:22 + http://bitbucket.org/pypy/pypy/changeset/ff0600c50bee/ Log:kill __pypy__.save_module_content_for_future_reload(), it does not do anything (probably maybe) diff --git

[pypy-commit] pypy py3.5: Try to make test_builtin_reimport_mess() clearer and fix it

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93426:404dc45db8ca Date: 2017-12-15 21:42 + http://bitbucket.org/pypy/pypy/changeset/404dc45db8ca/ Log:Try to make test_builtin_reimport_mess() clearer and fix it Note: _md5 was a builtin module in -A tests only,