[pypy-commit] pypy winconsoleio: Implemented read_console_w

2019-09-07 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97404:b164d0841d7d Date: 2019-09-07 23:02 +0100 http://bitbucket.org/pypy/pypy/changeset/b164d0841d7d/ Log:Implemented read_console_w diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py ---

[pypy-commit] pypy py3.6: do visitor differently

2019-09-07 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97403:6be03434acd9 Date: 2019-09-07 19:57 +0200 http://bitbucket.org/pypy/pypy/changeset/6be03434acd9/ Log:do visitor differently diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy/i

[pypy-commit] pypy py3.6: fix translation?

2019-09-07 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97402:154e8302eb39 Date: 2019-09-07 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/154e8302eb39/ Log:fix translation? diff --git a/pypy/interpreter/astcompiler/fstring.py b/pypy/interpreter/astcompiler/fstring.py --- a/pypy

[pypy-commit] pypy py3.6: fix up the position of AST nodes of the expressions with an f-string

2019-09-07 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97401:ce93612a2d0c Date: 2019-09-07 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/ce93612a2d0c/ Log:fix up the position of AST nodes of the expressions with an f-string diff --git a/pypy/interpreter/astcompiler/ast.py b/py

[pypy-commit] pypy py3.6-fix-set-lineno: one further test that I am not managing to pass

2019-09-07 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6-fix-set-lineno Changeset: r97400:fbbc3ef982ba Date: 2019-09-07 14:11 +0200 http://bitbucket.org/pypy/pypy/changeset/fbbc3ef982ba/ Log:one further test that I am not managing to pass diff --git a/pypy/interpreter/test/test_pyframe.py b/pypy/i

[pypy-commit] pypy py3.6: tests should gc.collect before checking weakrefs

2019-09-07 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97399:831c8760bfbd Date: 2019-09-07 14:06 +0200 http://bitbucket.org/pypy/pypy/changeset/831c8760bfbd/ Log:tests should gc.collect before checking weakrefs diff --git a/lib-python/3/test/test_concurrent_futures.py b/lib-python/3/test/test_concur

[pypy-commit] pypy codec_errorhandler: disallow changing the exc.object since we cannot modify the input bytes in-place

2019-09-07 Thread mattip
Author: Matti Picus Branch: codec_errorhandler Changeset: r97397:2935e5510fa8 Date: 2019-09-07 12:01 +0200 http://bitbucket.org/pypy/pypy/changeset/2935e5510fa8/ Log:disallow changing the exc.object since we cannot modify the input bytes in-place diff --git a/pypy/interpreter/unicode

[pypy-commit] pypy py3.6: maybe fix 585e24d5f093

2019-09-07 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97398:14e8383d83e7 Date: 2019-09-07 13:57 +0200 http://bitbucket.org/pypy/pypy/changeset/14e8383d83e7/ Log:maybe fix 585e24d5f093 diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/generator.py +++ b

[pypy-commit] pypy codec_errorhandler: add failing codec errorhandler test

2019-09-07 Thread mattip
Author: Matti Picus Branch: codec_errorhandler Changeset: r97396:a6ee1c3084ed Date: 2019-09-06 08:06 +0200 http://bitbucket.org/pypy/pypy/changeset/a6ee1c3084ed/ Log:add failing codec errorhandler test diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codecs/test/test_code

[pypy-commit] pypy py3.6-fix-set-lineno: branch to try to fix the bugs in setting line number of a frame

2019-09-07 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6-fix-set-lineno Changeset: r97394:577840a9fd64 Date: 2019-09-07 11:14 +0200 http://bitbucket.org/pypy/pypy/changeset/577840a9fd64/ Log:branch to try to fix the bugs in setting line number of a frame diff --git a/pypy/interpreter/pyframe.py b/p

[pypy-commit] pypy py3.6: re-enable accidentally disabled test

2019-09-07 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97393:fd59acda554b Date: 2019-09-07 10:17 +0200 http://bitbucket.org/pypy/pypy/changeset/fd59acda554b/ Log:re-enable accidentally disabled test diff --git a/pypy/interpreter/test/test_pyframe.py b/pypy/interpreter/test/test_pyfra

[pypy-commit] pypy cpyext-gc-cycle: Reverted handling of modern fin for rrc mark to improve termination

2019-09-07 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r97392:4afcd17db69f Date: 2019-09-07 10:53 +0200 http://bitbucket.org/pypy/pypy/changeset/4afcd17db69f/ Log:Reverted handling of modern fin for rrc mark to improve termination Added TODOs for rrc mark and incmark for modern final

[pypy-commit] pypy cpyext-gc-cycle: Simplified handling of rrc modern finalizers

2019-09-07 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r97391:7bc15233822f Date: 2019-09-07 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/7bc15233822f/ Log:Simplified handling of rrc modern finalizers Added TODOs to improve pause times in rrc incmark Fixed bug in rrc mark dif

[pypy-commit] pypy py3.6: fix translation

2019-09-07 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97390:02699fce1da0 Date: 2019-09-07 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/02699fce1da0/ Log:fix translation diff --git a/pypy/module/exceptions/interp_exceptions.py b/pypy/module/exceptions/interp_exceptions.py ---