[pypy-commit] pypy py3.5-corowrapper: comment

2016-09-18 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87214:491df214da00 Date: 2016-09-18 23:15 +0200 http://bitbucket.org/pypy/pypy/changeset/491df214da00/ Log:comment diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pypy/i

[pypy-commit] pypy py3.5-corowrapper: comment

2016-09-18 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87208:1f643102d010 Date: 2016-09-18 21:17 +0200 http://bitbucket.org/pypy/pypy/changeset/1f643102d010/ Log:comment diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pypy/i

[pypy-commit] pypy py3.5-corowrapper: Comment, test about StopAsyncIteration

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87201:b16d98337497 Date: 2016-09-17 23:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b16d98337497/ Log:Comment, test about StopAsyncIteration diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/int