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
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
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
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
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/
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