[pypy-commit] cffi default: Only run the memory-intensive tests on Linux x86 or x64 machines.

2017-09-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r3020:72b862bbb88e Date: 2017-09-20 09:36 +0200 http://bitbucket.org/cffi/cffi/changeset/72b862bbb88e/ Log:Only run the memory-intensive tests on Linux x86 or x64 machines. diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py --- a/t

[pypy-commit] pypy default: import cffi/72b862bbb88e

2017-09-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r92422:8de1edd0e447 Date: 2017-09-20 09:36 +0200 http://bitbucket.org/pypy/pypy/changeset/8de1edd0e447/ Log:import cffi/72b862bbb88e diff --git a/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_verify.py b/pypy/module/test_lib_pypy/cffi_tests/cffi0/tes

[pypy-commit] pypy default: try harder to skip _vmprof tests on win32

2017-09-20 Thread mattip
Author: Matti Picus Branch: Changeset: r92423:00da64c1290f Date: 2017-09-19 22:52 +0300 http://bitbucket.org/pypy/pypy/changeset/00da64c1290f/ Log:try harder to skip _vmprof tests on win32 diff --git a/pypy/module/_vmprof/__init__.py b/pypy/module/_vmprof/__init__.py --- a/pypy/module/_vmpr

[pypy-commit] pypy default: fix test to pass on win32

2017-09-20 Thread mattip
Author: Matti Picus Branch: Changeset: r92424:6a339c39b5eb Date: 2017-09-20 17:36 +0300 http://bitbucket.org/pypy/pypy/changeset/6a339c39b5eb/ Log:fix test to pass on win32 diff --git a/pypy/module/cpyext/test/test_eval.py b/pypy/module/cpyext/test/test_eval.py --- a/pypy/module/cpyext/tes

[pypy-commit] pypy default: fix memory leak in _get_crl_dp

2017-09-20 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r92425:a18e6d50eca1 Date: 2017-09-20 10:26 -0700 http://bitbucket.org/pypy/pypy/changeset/a18e6d50eca1/ Log:fix memory leak in _get_crl_dp see https://github.com/python/cpython/commit/b2b00e0 diff --git a/pypy/module/_ssl/interp_ssl.py b/pyp

[pypy-commit] pypy py3.5: Do implicit chaining in PyErr_SetObject()

2017-09-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92427:eb4262e7b726 Date: 2017-09-20 19:31 +0100 http://bitbucket.org/pypy/pypy/changeset/eb4262e7b726/ Log:Do implicit chaining in PyErr_SetObject() diff --git a/pypy/module/cpyext/pyerrors.py b/pypy/module/cpyext/pyerrors.py --- a/pypy/module/cpy

[pypy-commit] pypy py3.5: Save and restore sys.exc_info() in the test, like real code (Cython) does

2017-09-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92426:36d12b5e3f5a Date: 2017-09-20 19:30 +0100 http://bitbucket.org/pypy/pypy/changeset/36d12b5e3f5a/ Log:Save and restore sys.exc_info() in the test, like real code (Cython) does diff --git a/pypy/module/cpyext/test/test_exception.py b/

[pypy-commit] pypy py3.5: Add async slot functions

2017-09-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92428:1184b9d1641d Date: 2017-09-21 04:39 +0100 http://bitbucket.org/pypy/pypy/changeset/1184b9d1641d/ Log:Add async slot functions diff --git a/pypy/module/cpyext/test/test_eval.py b/pypy/module/cpyext/test/test_eval.py --- a/pypy/module/cpyext/