[pypy-commit] cffi release-0.8: Document some limitations of ffi.gc(), particularly on PyPy.

2013-11-29 Thread arigo
Author: Armin Rigo Branch: release-0.8 Changeset: r1434:e11a35d1fa1a Date: 2013-11-29 23:55 +0100 http://bitbucket.org/cffi/cffi/changeset/e11a35d1fa1a/ Log:Document some limitations of ffi.gc(), particularly on PyPy. (transplanted from 4480f85a1279b0f13803821265a096b35b40cefa) diff

[pypy-commit] cffi default: Document some limitations of ffi.gc(), particularly on PyPy.

2013-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1433:4480f85a1279 Date: 2013-11-29 23:55 +0100 http://bitbucket.org/cffi/cffi/changeset/4480f85a1279/ Log:Document some limitations of ffi.gc(), particularly on PyPy. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +

[pypy-commit] pypy default: Lower the (virtual) memory requirements for this test. I think it used

2013-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r68341:b229f0aafb29 Date: 2013-11-29 11:53 +0100 http://bitbucket.org/pypy/pypy/changeset/b229f0aafb29/ Log:Lower the (virtual) memory requirements for this test. I think it used to require more than 3GB, which fails on some 32-bit platforms. di

[pypy-commit] pypy default: Test fix

2013-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r68340:d210e91cf527 Date: 2013-11-29 10:55 +0100 http://bitbucket.org/pypy/pypy/changeset/d210e91cf527/ Log:Test fix diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/runner.py +++ b/testrunner/runner.py @@ -160,7 +160,7 @@

[pypy-commit] pypy default: Try to report where a sys.exit(1) comes from

2013-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r68339:1241202d156d Date: 2013-11-29 10:49 +0100 http://bitbucket.org/pypy/pypy/changeset/1241202d156d/ Log:Try to report where a sys.exit(1) comes from diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/runner.py +++ b/testrunner