[pypy-commit] pypy default: Remove unnecessary exec

2019-12-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r98225:fa48adb1543c Date: 2019-12-03 20:41 + http://bitbucket.org/pypy/pypy/changeset/fa48adb1543c/ Log:Remove unnecessary exec diff --git a/pypy/interpreter/test/test_generator.py b/pypy/interpreter/test/test_generator.py --- a/pypy/interpreter/te

[pypy-commit] pypy default: Modernise raises() syntax

2019-12-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r98224:ad72005340fd Date: 2019-12-03 20:38 + http://bitbucket.org/pypy/pypy/changeset/ad72005340fd/ Log:Modernise raises() syntax diff --git a/pypy/interpreter/test/test_generator.py b/pypy/interpreter/test/test_generator.py --- a/pypy/interpreter/

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

2019-12-03 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r98226:53a811878c10 Date: 2019-12-03 20:49 + http://bitbucket.org/pypy/pypy/changeset/53a811878c10/ Log:hg merge default diff --git a/pypy/interpreter/test/test_generator.py b/pypy/interpreter/test/test_generator.py --- a/pypy/interpreter/test

[pypy-commit] pypy default: Issue #3125

2019-12-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r98227:c3817c90d7af Date: 2019-12-03 22:43 +0100 http://bitbucket.org/pypy/pypy/changeset/c3817c90d7af/ Log:Issue #3125 Ooops! diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.p

[pypy-commit] pypy py3.6: Move an asyncgen test to apptest_coroutine, next to the other ones

2019-12-03 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r98228:840f39388700 Date: 2019-12-03 21:02 + http://bitbucket.org/pypy/pypy/changeset/840f39388700/ Log:Move an asyncgen test to apptest_coroutine, next to the other ones diff --git a/pypy/interpreter/test/apptest_coroutine.py b/pypy/interpret

[pypy-commit] pypy py3.6: Modernise raises() syntax

2019-12-03 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r98230:df95b7b0b5c6 Date: 2019-12-03 21:47 + http://bitbucket.org/pypy/pypy/changeset/df95b7b0b5c6/ Log:Modernise raises() syntax diff --git a/pypy/interpreter/test/test_generator.py b/pypy/interpreter/test/test_generator.py --- a/pypy/interpr

[pypy-commit] pypy py3.6: Clean up test

2019-12-03 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r98229:be7ab887a851 Date: 2019-12-03 21:13 + http://bitbucket.org/pypy/pypy/changeset/be7ab887a851/ Log:Clean up test diff --git a/pypy/interpreter/test/apptest_coroutine.py b/pypy/interpreter/test/apptest_coroutine.py --- a/pypy/interpreter/t