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

2015-10-25 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80418:ee75effb7359 Date: 2015-10-24 09:31 +0200 http://bitbucket.org/pypy/pypy/changeset/ee75effb7359/ 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/module

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

2015-10-22 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80393:8e2b3183d88b Date: 2015-10-22 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/8e2b3183d88b/ 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/module

[pypy-commit] pypy cpyext-gc-support: in-progress: from_pyobj()

2015-10-19 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80337:21a3dead2ef1 Date: 2015-10-19 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/21a3dead2ef1/ Log:in-progress: from_pyobj() diff --git a/pypy/module/cpyext/intobject.py b/pypy/module/cpyext/intobject.py --- a/pypy/module/cpyex

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

2015-10-16 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80296:759b503b97b9 Date: 2015-10-16 21:17 +0200 http://bitbucket.org/pypy/pypy/changeset/759b503b97b9/ Log:in-progress diff --git a/rpython/rlib/rawrefcount.py b/rpython/rlib/rawrefcount.py --- a/rpython/rlib/rawrefcount.py +++ b/rpyth

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

2015-10-14 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80216:35dda6474dfa Date: 2015-10-14 20:21 +0200 http://bitbucket.org/pypy/pypy/changeset/35dda6474dfa/ 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/module

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

2015-10-14 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80192:015de8d029db Date: 2015-10-14 09:15 +0200 http://bitbucket.org/pypy/pypy/changeset/015de8d029db/ Log:in-progress diff --git a/rpython/rlib/rawrefcount.py b/rpython/rlib/rawrefcount.py --- a/rpython/rlib/rawrefcount.py +++ b/rpyth