[pypy-commit] pypy cpyext-gc-support-2: in-progress: rewrite tupleobject.py to be similar to stringobject.py

2016-02-13 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82216:b54a2a1a9efb Date: 2016-02-13 16:09 +0100 http://bitbucket.org/pypy/pypy/changeset/b54a2a1a9efb/ Log:in-progress: rewrite tupleobject.py to be similar to stringobject.py for similar reasons (documented) diff --git a/pyp

[pypy-commit] pypy cpyext-gc-support-2: in-progress

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81956:20a0b177ddae Date: 2016-01-26 23:10 +0100 http://bitbucket.org/pypy/pypy/changeset/20a0b177ddae/ Log:in-progress diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/modu

[pypy-commit] pypy cpyext-gc-support-2: in-progress

2016-01-26 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r81953:3d1f9e7d01e1 Date: 2016-01-26 19:10 +0100 http://bitbucket.org/pypy/pypy/changeset/3d1f9e7d01e1/ Log:in-progress diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py --- a/pypy/module/cpyext/pyobject.py