[pypy-commit] pypy newmemoryview-app-level: test, add a class which fills in tp_as_buffer.bf_getbuffer via __buffer__

2019-02-27 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96190:ecee4043385d Date: 2019-02-27 21:54 +0200 http://bitbucket.org/pypy/pypy/changeset/ecee4043385d/ Log:test, add a class which fills in tp_as_buffer.bf_getbuffer via __buffer__ diff --git a/lib_pypy/_ctypes/array.py

[pypy-commit] pypy newmemoryview-app-level: fix 2/3 compatibility

2019-02-27 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96189:05a3ee709f7c Date: 2019-02-26 21:23 +0200 http://bitbucket.org/pypy/pypy/changeset/05a3ee709f7c/ Log:fix 2/3 compatibility diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib_pypy/_ctypes/array.py

[pypy-commit] pypy py3.6: fix test_constant_tuples: bytes were not considered constantifiable

2019-02-27 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96188:2ff7e1e52fe2 Date: 2019-02-27 10:50 +0100 http://bitbucket.org/pypy/pypy/changeset/2ff7e1e52fe2/ Log:fix test_constant_tuples: bytes were not considered constantifiable diff --git a/pypy/interpreter/astcompiler/optimize.py

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

2019-02-27 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96187:8317fe5138ca Date: 2019-02-27 10:47 +0100 http://bitbucket.org/pypy/pypy/changeset/8317fe5138ca/ Log:merge default diff too long, truncating to 2000 out of 203255 lines diff --git a/pypy/interpreter/astcompiler/test/test_co

[pypy-commit] pypy default: test (fails on py3) to check for the bytecode optimization of constant tuples

2019-02-27 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96186:4d37ac959895 Date: 2019-02-27 10:46 +0100 http://bitbucket.org/pypy/pypy/changeset/4d37ac959895/ Log:test (fails on py3) to check for the bytecode optimization of constant tuples diff --git a/pypy/interpreter/astcompiler/

[pypy-commit] pypy cpyext-gc-cycle: Implemented interface for gc.garbage list

2019-02-27 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r96185:38a9f6496360 Date: 2019-02-23 15:34 +0100 http://bitbucket.org/pypy/pypy/changeset/38a9f6496360/ Log:Implemented interface for gc.garbage list diff --git a/pypy/module/cpyext/state.py b/pypy/module/cpyext/state.py --- a/pypy/modu