[pypy-commit] pypy py3.6: add some time.sleep to hellp thread emulation

2019-08-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97213:3891e175ae0e Date: 2019-08-19 10:02 +0300 http://bitbucket.org/pypy/pypy/changeset/3891e175ae0e/ Log:add some time.sleep to hellp thread emulation diff --git a/pypy/module/__pypy__/test/test_signal.py b/pypy/module/__pypy__/test/test_signa

[pypy-commit] pypy py3.6: remove pdb from test

2019-08-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97212:7f4a628f9d50 Date: 2019-08-19 09:03 +0300 http://bitbucket.org/pypy/pypy/changeset/7f4a628f9d50/ Log:remove pdb from test diff --git a/pypy/interpreter/pyparser/test/test_pyparse.py b/pypy/interpreter/pyparser/test/test_pyparse.py --- a/py

[pypy-commit] pypy py3.6: back out changeset 6d08856e48f3 which is for python3.7

2019-08-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97214:ec4c8dc20895 Date: 2019-08-19 10:04 +0300 http://bitbucket.org/pypy/pypy/changeset/ec4c8dc20895/ Log:back out changeset 6d08856e48f3 which is for python3.7 diff --git a/pypy/module/exceptions/interp_exceptions.py b/pypy/module/exceptions/i

[pypy-commit] pypy default: resync vmprof

2019-08-19 Thread mattip
Author: Matti Picus Branch: Changeset: r97215:8837d155d951 Date: 2019-08-19 10:17 +0300 http://bitbucket.org/pypy/pypy/changeset/8837d155d951/ Log:resync vmprof diff --git a/rpython/rlib/rvmprof/src/shared/vmprof_common.c b/rpython/rlib/rvmprof/src/shared/vmprof_common.c --- a/rpython/rlib

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

2019-08-19 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97216:8df39cb01740 Date: 2019-08-19 10:17 +0300 http://bitbucket.org/pypy/pypy/changeset/8df39cb01740/ Log:merge default into py3.6 diff --git a/rpython/jit/backend/aarch64/opassembler.py b/rpython/jit/backend/aarch64/opassembler.py --- a/rpytho

[pypy-commit] pypy py3.6-sandbox-2: tweak

2019-08-19 Thread arigo
Author: Armin Rigo Branch: py3.6-sandbox-2 Changeset: r97219:2dec2639c2f9 Date: 2019-08-19 21:13 +0200 http://bitbucket.org/pypy/pypy/changeset/2dec2639c2f9/ Log:tweak diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py --- a/pypy/module/time/interp_time.py +++ b/p

[pypy-commit] pypy py3.6-sandbox-2: Don't call syscall() from the sandbox

2019-08-19 Thread arigo
Author: Armin Rigo Branch: py3.6-sandbox-2 Changeset: r97220:0ae0d48891a6 Date: 2019-08-19 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/0ae0d48891a6/ Log:Don't call syscall() from the sandbox diff --git a/rpython/rlib/rurandom.py b/rpython/rlib/rurandom.py --- a/rpython/rlib/rurandom