[pypy-commit] pypy newmemoryview-app-level: fix translation, extend class for python2 and use it in _ctypes

2019-02-28 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96193:6118585acf9c Date: 2019-02-28 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/6118585acf9c/ Log:fix translation, extend class for python2 and use it in _ctypes diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctype

[pypy-commit] pypy default: add test that passes -A (python2.7), fails on pypy

2019-02-28 Thread mattip
Author: Matti Picus Branch: Changeset: r96194:275fd99e1c23 Date: 2019-02-28 19:39 +0200 http://bitbucket.org/pypy/pypy/changeset/275fd99e1c23/ Log:add test that passes -A (python2.7), fails on pypy diff --git a/pypy/module/cpyext/test/test_methodobject.py b/pypy/module/cpyext/test/test_met