[pypy-commit] pypy cpyext-gc-support-2: fix test

2016-02-16 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82290:5db4332316d0 Date: 2016-02-16 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/5db4332316d0/ Log:fix test diff --git a/pypy/module/cpyext/test/test_tupleobject.py b/pypy/module/cpyext/test/test_tupleobject.py --- a/pypy/mo

[pypy-commit] pypy cpyext-gc-support-2: fix test

2016-02-16 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82286:6e6a31a1290d Date: 2016-02-16 17:50 +0100 http://bitbucket.org/pypy/pypy/changeset/6e6a31a1290d/ Log:fix test diff --git a/pypy/module/cpyext/test/test_getargs.py b/pypy/module/cpyext/test/test_getargs.py --- a/pypy/module/cpy