[pypy-commit] pypy py3.6: Add a TODO.

2017-07-18 Thread mjacob
Author: Manuel Jacob Branch: py3.6 Changeset: r91920:7f4ec0d17965 Date: 2017-07-18 19:59 +0200 http://bitbucket.org/pypy/pypy/changeset/7f4ec0d17965/ Log:Add a TODO. diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py ---

[pypy-commit] pypy py3.6: Implement AsyncGenABase.descr_close(). Translation should work again!

2017-07-18 Thread mjacob
Author: Manuel Jacob Branch: py3.6 Changeset: r91921:3de6fb333784 Date: 2017-07-19 00:21 +0200 http://bitbucket.org/pypy/pypy/changeset/3de6fb333784/ Log:Implement AsyncGenABase.descr_close(). Translation should work again! diff --git

[pypy-commit] pypy py3.6: Add test and implementation for async generator ignoring GeneratorExit.

2017-07-18 Thread mjacob
Author: Manuel Jacob Branch: py3.6 Changeset: r91919:958a9c75a085 Date: 2017-07-18 19:56 +0200 http://bitbucket.org/pypy/pypy/changeset/958a9c75a085/ Log:Add test and implementation for async generator ignoring GeneratorExit. diff --git

[pypy-commit] pypy py3.6: Add first test for aclose() on async generator and make it pass.

2017-07-18 Thread mjacob
Author: Manuel Jacob Branch: py3.6 Changeset: r91918:a52d37ceba11 Date: 2017-07-18 19:35 +0200 http://bitbucket.org/pypy/pypy/changeset/a52d37ceba11/ Log:Add first test for aclose() on async generator and make it pass. diff --git a/pypy/interpreter/generator.py

[pypy-commit] pypy Enable_PGO_for_clang: Enable PGO for CLang

2017-07-18 Thread Dodan
Author: Dodan Mihai Branch: Enable_PGO_for_clang Changeset: r91916:10da3d6507ca Date: 2017-06-14 13:33 +0300 http://bitbucket.org/pypy/pypy/changeset/10da3d6507ca/ Log:Enable PGO for CLang diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py ---

[pypy-commit] pypy default: Merged in Dodan/pgo_clang_support/Enable_PGO_for_clang (pull request #554)

2017-07-18 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r91917:75bf1a95154b Date: 2017-07-18 10:02 + http://bitbucket.org/pypy/pypy/changeset/75bf1a95154b/ Log:Merged in Dodan/pgo_clang_support/Enable_PGO_for_clang (pull request #554) Enable PGO for CLang

[pypy-commit] pypy py3.5-sendmsg-recvmsg: Sendmsg and recvmsg implemented. Some test fail. Some mem leaks

2017-07-18 Thread Dodan
Author: Dodan Mihai Branch: py3.5-sendmsg-recvmsg Changeset: r91915:4396f9d022d5 Date: 2017-07-18 11:25 +0300 http://bitbucket.org/pypy/pypy/changeset/4396f9d022d5/ Log:Sendmsg and recvmsg implemented. Some test fail. Some mem leaks diff --git