[pypy-commit] pypy py3.6: back out b2dd9b388196 and reinstate abe60bf6dc7b

2019-09-21 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97587:e0c3eceb2db4 Date: 2019-09-22 00:45 +0300 http://bitbucket.org/pypy/pypy/changeset/e0c3eceb2db4/ Log:back out b2dd9b388196 and reinstate abe60bf6dc7b diff --git a/pypy/interpreter/pyparser/test/apptest_parsestring.py

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

2019-09-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97584:eb8c500a7667 Date: 2019-09-21 21:23 +0200 http://bitbucket.org/pypy/pypy/changeset/eb8c500a7667/ Log:merge default diff --git a/pypy/tool/pypyjit.py b/pypy/tool/pypyjit.py deleted file mode 100644 --- a/pypy/tool/pypyjit.py

[pypy-commit] pypy json-decoder-maps-py3.6: close to-be-merged branch

2019-09-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: json-decoder-maps-py3.6 Changeset: r97582:1e4284e750bb Date: 2019-09-21 21:07 +0200 http://bitbucket.org/pypy/pypy/changeset/1e4284e750bb/ Log:close to-be-merged branch ___ pypy-commit mailing list

[pypy-commit] pypy default: merge json-decoder-maps:

2019-09-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97581:89a3715662ef Date: 2019-09-21 21:06 +0200 http://bitbucket.org/pypy/pypy/changeset/89a3715662ef/ Log:merge json-decoder-maps: implement a much faster json decoder (3x speedup for large json files, 2x less memory)

[pypy-commit] pypy py3.6: merge json-decoder-maps-py3.6

2019-09-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97583:6ce7533a8d5e Date: 2019-09-21 21:19 +0200 http://bitbucket.org/pypy/pypy/changeset/6ce7533a8d5e/ Log:merge json-decoder-maps-py3.6 diff too long, truncating to 2000 out of 2157 lines diff --git a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy json-decoder-maps: close to-be-merged branch

2019-09-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: json-decoder-maps Changeset: r97580:e63efbf454cd Date: 2019-09-21 20:50 +0200 http://bitbucket.org/pypy/pypy/changeset/e63efbf454cd/ Log:close to-be-merged branch ___ pypy-commit mailing list

[pypy-commit] pypy default: kill obsolete tool (we can use hypothesis instead)

2019-09-21 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97579:7eb3b4f49cdd Date: 2019-09-21 15:43 +0100 http://bitbucket.org/pypy/pypy/changeset/7eb3b4f49cdd/ Log:kill obsolete tool (we can use hypothesis instead) diff --git a/pypy/tool/unicodefuzzer.py b/pypy/tool/unicodefuzzer.py deleted file mode 100644

[pypy-commit] pypy cpyext-gc-cycle: Fixed tests for non-gc proxies in incmark

2019-09-21 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r97577:2606a6511ff0 Date: 2019-09-21 09:43 +0200 http://bitbucket.org/pypy/pypy/changeset/2606a6511ff0/ Log:Fixed tests for non-gc proxies in incmark diff --git a/rpython/memory/gc/rrc/incmark.py b/rpython/memory/gc/rrc/incmark.py ---

[pypy-commit] pypy cpyext-gc-cycle: Fixed bugs in rrc incmark

2019-09-21 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r97578:9543fe367251 Date: 2019-09-21 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/9543fe367251/ Log:Fixed bugs in rrc incmark Added incremental rrc tests and debug output of snapshot diff --git

[pypy-commit] pypy default: Remove unused tests that have been broken for years

2019-09-21 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97576:fafd25cdc3dd Date: 2019-09-21 14:47 +0100 http://bitbucket.org/pypy/pypy/changeset/fafd25cdc3dd/ Log:Remove unused tests that have been broken for years diff --git a/pypy/tool/pypyjit.py b/pypy/tool/pypyjit.py deleted file mode 100644 ---