[pypy-commit] pypy default: backport 22433dc6e71cd01669c45a6ef3b2ca7bdd721686:

2019-09-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97616:263ac72641a2 Date: 2019-09-25 16:37 +0100 http://bitbucket.org/pypy/pypy/changeset/263ac72641a2/ Log:backport 22433dc6e71cd01669c45a6ef3b2ca7bdd721686: Fix race condition with SemLock that would sometimes cause a deadlock when usin

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

2019-09-26 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97617:8de7da835fc9 Date: 2019-09-26 13:34 +0100 http://bitbucket.org/pypy/pypy/changeset/8de7da835fc9/ Log:hg merge default diff --git a/extra_tests/test_semlock.py b/extra_tests/test_semlock.py new file mode 100644 --- /dev/null +++ b/extra_tests

[pypy-commit] pypy default: give test a meaningful name

2019-09-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97619:6deb34eb72c8 Date: 2019-09-26 15:50 +0100 http://bitbucket.org/pypy/pypy/changeset/6deb34eb72c8/ Log:give test a meaningful name diff --git a/pypy/module/_multiprocessing/test/test_interp_semaphore.py b/pypy/module/_multiprocessing/test/test_int

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

2019-09-26 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97620:16472df37081 Date: 2019-09-26 15:56 +0100 http://bitbucket.org/pypy/pypy/changeset/16472df37081/ Log:hg merge default diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -90,10 +90,13 @@

[pypy-commit] pypy default: Allow per-test parametrisation of the space fixture

2019-09-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97618:f5fae9818da9 Date: 2019-09-26 15:48 +0100 http://bitbucket.org/pypy/pypy/changeset/f5fae9818da9/ Log:Allow per-test parametrisation of the space fixture diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.p

[pypy-commit] pypy release-pypy2.7-v7.x: merge default into release

2019-09-26 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-v7.x Changeset: r97621:f6503c320810 Date: 2019-09-27 08:33 +0300 http://bitbucket.org/pypy/pypy/changeset/f6503c320810/ Log:merge default into release diff --git a/extra_tests/test_semlock.py b/extra_tests/test_semlock.py new file mode 100644 --- /

[pypy-commit] pypy release-pypy3.6-7.x: merge py3.6 into release

2019-09-26 Thread mattip
Author: Matti Picus Branch: release-pypy3.6-7.x Changeset: r97622:87e85ded557b Date: 2019-09-27 08:34 +0300 http://bitbucket.org/pypy/pypy/changeset/87e85ded557b/ Log:merge py3.6 into release diff --git a/extra_tests/test_semlock.py b/extra_tests/test_semlock.py new file mode 100644 --- /dev