[pypy-commit] pypy cpyext-gc-support: fixes

2015-10-25 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80408:aa3df47ed02d Date: 2015-10-23 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/aa3df47ed02d/ Log:fixes diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py --- a/pypy/module/cpyext/dictobject.py ++

[pypy-commit] pypy cpyext-gc-support: fixes

2015-10-22 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80396:3444872d2fb9 Date: 2015-10-22 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/3444872d2fb9/ Log:fixes diff --git a/pypy/module/cpyext/stringobject.py b/pypy/module/cpyext/stringobject.py --- a/pypy/module/cpyext/stringobjec