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