[pypy-commit] pypy default: replace getdictvalue() with lookup() to properly traverse the mro as CPython does

2017-07-09 Thread mattip
Author: Matti Picus Branch: Changeset: r91846:26b88e87fcc8 Date: 2017-07-09 17:18 +0300 http://bitbucket.org/pypy/pypy/changeset/26b88e87fcc8/ Log:replace getdictvalue() with lookup() to properly traverse the mro as CPython does diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/mod

[pypy-commit] pypy cpyext-add_newdoc: merge default into branch

2017-07-09 Thread mattip
Author: Matti Picus Branch: cpyext-add_newdoc Changeset: r91847:641767ad7623 Date: 2017-07-09 17:20 +0300 http://bitbucket.org/pypy/pypy/changeset/641767ad7623/ Log:merge default into branch diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pyp

[pypy-commit] pypy default: test, fix for PyObject_Print(NULL, ...), which occurred in Numpy f2py --debug-capi

2017-07-09 Thread mattip
Author: Matti Picus Branch: Changeset: r91848:5a93d0b7ba23 Date: 2017-07-10 05:04 +0300 http://bitbucket.org/pypy/pypy/changeset/5a93d0b7ba23/ Log:test, fix for PyObject_Print(NULL, ...), which occurred in Numpy f2py --debug-capi diff --git a/pypy/module/cpyext/object.py b/pypy/modu

[pypy-commit] pypy cpyext-add_newdoc: merge default into branch

2017-07-09 Thread mattip
Author: Matti Picus Branch: cpyext-add_newdoc Changeset: r91849:85522f4f43a8 Date: 2017-07-10 05:04 +0300 http://bitbucket.org/pypy/pypy/changeset/85522f4f43a8/ Log:merge default into branch diff --git a/pypy/module/cpyext/object.py b/pypy/module/cpyext/object.py --- a/pypy/module/cpyext/obj