[pypy-commit] pypy py3.6: Fix race condition with SemLock that would sometimes cause a deadlock

2019-09-25 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97612:22433dc6e71c Date: 2019-09-25 16:37 +0100 http://bitbucket.org/pypy/pypy/changeset/22433dc6e71c/ Log:Fix race condition with SemLock that would sometimes cause a deadlock when using multiprocessing and threads together. diff --git a/

[pypy-commit] pypy default: add aarch64 to release targets

2019-09-25 Thread mattip
Author: Matti Picus Branch: Changeset: r97611:4a76e7a33530 Date: 2019-09-25 18:30 +0300 http://bitbucket.org/pypy/pypy/changeset/4a76e7a33530/ Log:add aarch64 to release targets diff --git a/pypy/tool/release/force-builds.py b/pypy/tool/release/force-builds.py --- a/pypy/tool/release/force

[pypy-commit] pypy default: Update the release note

2019-09-25 Thread mattip
Author: Matti Picus Branch: Changeset: r97607:63d4875300a6 Date: 2019-09-25 18:19 +0300 http://bitbucket.org/pypy/pypy/changeset/63d4875300a6/ Log:Update the release note diff --git a/pypy/doc/release-v7.2.0.rst b/pypy/doc/release-v7.2.0.rst --- a/pypy/doc/release-v7.2.0.rst +++ b/pypy/doc/

[pypy-commit] pypy py3.6: merge default into branch

2019-09-25 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97609:533072912c5f Date: 2019-09-25 18:20 +0300 http://bitbucket.org/pypy/pypy/changeset/533072912c5f/ Log:merge default into branch diff --git a/pypy/doc/release-v7.2.0.rst b/pypy/doc/release-v7.2.0.rst --- a/pypy/doc/release-v7.2.0.rst +++ b/py

[pypy-commit] pypy py3.6: remove windows ^M line endings

2019-09-25 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97605:388678c00faf Date: 2019-09-25 18:02 +0300 http://bitbucket.org/pypy/pypy/changeset/388678c00faf/ Log:remove windows ^M line endings diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +++

[pypy-commit] pypy py3.6: cpython compatibility

2019-09-25 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97606:c9039acb3770 Date: 2019-09-25 18:03 +0300 http://bitbucket.org/pypy/pypy/changeset/c9039acb3770/ Log:cpython compatibility diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +++ b/pypy/i