[pypy-commit] pypy winconsoleio: work in progress

2019-09-05 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97383:267f37b690fc Date: 2019-09-06 05:55 +0100 http://bitbucket.org/pypy/pypy/changeset/267f37b690fc/ Log:work in progress diff --git a/pypy/module/__pypy__/test/test_signal.py b/pypy/module/__pypy__/test/test_signal.py --- a/pypy/mod

[pypy-commit] pypy py3.6: test, fix for bpo-33786: handle generator exit in athrow()

2019-09-05 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97382:585e24d5f093 Date: 2019-09-05 21:45 +0200 http://bitbucket.org/pypy/pypy/changeset/585e24d5f093/ Log:test, fix for bpo-33786: handle generator exit in athrow() diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a

[pypy-commit] pypy py3.6: test, fix ImportError.__reduce__ for new attributes

2019-09-05 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97381:a6c3470d8f75 Date: 2019-09-05 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/a6c3470d8f75/ Log:test, fix ImportError.__reduce__ for new attributes diff --git a/pypy/module/exceptions/interp_exceptions.py b/pypy/module/exceptions/inte

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

2019-09-05 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97380:95bc2c5d41f8 Date: 2019-09-05 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/95bc2c5d41f8/ Log:hg merge default diff --git a/pypy/module/pypyjit/test_pypy_c/test_getframe.py b/pypy/module/pypyjit/test_pypy_c/test_getframe.py --- a/pyp

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

2019-09-05 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97378:47adf88a23bd Date: 2019-09-05 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/47adf88a23bd/ Log:hg merge default diff --git a/pypy/module/sys/currentframes.py b/pypy/module/sys/currentframes.py --- a/pypy/module/sys/currentframes.py +++

[pypy-commit] pypy default: Simplify again sys._current_frames() from d48eaa036796. I *think*

2019-09-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r97377:6ef693fdb897 Date: 2019-09-05 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/6ef693fdb897/ Log:Simplify again sys._current_frames() from d48eaa036796. I *think* that by now it's not needed any more, and some basic testing seems

[pypy-commit] pypy py3.6: fix bad merge

2019-09-05 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97376:da6d272c73f5 Date: 2019-09-05 13:48 +0200 http://bitbucket.org/pypy/pypy/changeset/da6d272c73f5/ Log:fix bad merge diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py --- a/lib-python/3/test/test_dis.py +++ b/lib-pyth