[pypy-commit] pypy gc-del: Fix cpyext/pyobject.py. Add an operation to destructor.py.

2013-04-26 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r63663:dad9e6bc4c95 Date: 2013-04-26 21:13 +0200 http://bitbucket.org/pypy/pypy/changeset/dad9e6bc4c95/ Log:Fix cpyext/pyobject.py. Add an operation to destructor.py. diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py ---

[pypy-commit] pypy gc-del: Fix cpyext.

2013-04-26 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r63661:f1553ff74b5e Date: 2013-04-26 20:35 +0200 http://bitbucket.org/pypy/pypy/changeset/f1553ff74b5e/ Log:Fix cpyext. diff --git a/pypy/module/cpyext/pystate.py b/pypy/module/cpyext/pystate.py --- a/pypy/module/cpyext/pystate.py +++ b/pypy/modul