[pypy-commit] pypy default: remove write_all_code_objects, this method is not called when it does not exist

2017-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91968:ac3af78f56db Date: 2017-07-23 18:22 -0400 http://bitbucket.org/pypy/pypy/changeset/ac3af78f56db/ Log:remove write_all_code_objects, this method is not called when it does not exist diff --git a/pypy/module/_vmprof/__init__.py b/pypy

[pypy-commit] pypy default: remove old files

2017-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91966:cb8f734c831d Date: 2017-07-23 16:27 -0400 http://bitbucket.org/pypy/pypy/changeset/cb8f734c831d/ Log:remove old files diff --git a/rpython/rlib/rvmprof/src/shared/rss_darwin.h b/rpython/rlib/rvmprof/src/shared/rss_darwin.h deleted file mod

[pypy-commit] pypy default: reapply fix

2017-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91967:e19ef006ba32 Date: 2017-07-23 16:46 -0400 http://bitbucket.org/pypy/pypy/changeset/e19ef006ba32/ Log:reapply fix diff too long, truncating to 2000 out of 2191 lines diff --git a/pypy/module/_vmprof/test/test__vmprof.py b/pypy/module/_vmpr

[pypy-commit] pypy reverse-debugger: Fix for edc44ccff552: the previous fix in clibffi had no effect

2017-07-25 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r91969:a24d6c7000c8 Date: 2017-07-25 17:58 +0200 http://bitbucket.org/pypy/pypy/changeset/a24d6c7000c8/ Log:Fix for edc44ccff552: the previous fix in clibffi had no effect diff --git a/rpython/memory/gctransform/support.py b/rpython/mem

[pypy-commit] pypy reverse-debugger: Added tag RevDB-pypy2.7-v5.6.2 for changeset a24d6c7000c8

2017-07-25 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r91970:b0b66add46af Date: 2017-07-25 18:14 +0200 http://bitbucket.org/pypy/pypy/changeset/b0b66add46af/ Log:Added tag RevDB-pypy2.7-v5.6.2 for changeset a24d6c7000c8 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -38,3 +38

[pypy-commit] pypy cpyext-leakchecking: A failing test that explains why test_subclass() leaks the class Sub

2017-07-25 Thread rlamy
Author: Ronan Lamy Branch: cpyext-leakchecking Changeset: r91971:82d95ae3d2c8 Date: 2017-07-25 20:19 +0200 http://bitbucket.org/pypy/pypy/changeset/82d95ae3d2c8/ Log:A failing test that explains why test_subclass() leaks the class Sub diff --git a/pypy/module/cpyext/test/array.c b/pypy/modul

[pypy-commit] pypy cpyext-leakchecking: Tweak CPyBuffer.releasebuffer() to make ll2ctypes happy

2017-07-25 Thread rlamy
Author: Ronan Lamy Branch: cpyext-leakchecking Changeset: r91962:c99247c01177 Date: 2017-07-25 11:58 +0200 http://bitbucket.org/pypy/pypy/changeset/c99247c01177/ Log:Tweak CPyBuffer.releasebuffer() to make ll2ctypes happy diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/

[pypy-commit] pypy cpyext-leakchecking: revert debugging code committed by mistake

2017-07-25 Thread rlamy
Author: Ronan Lamy Branch: cpyext-leakchecking Changeset: r91963:31b9aeebd66e Date: 2017-07-25 12:03 +0200 http://bitbucket.org/pypy/pypy/changeset/31b9aeebd66e/ Log:revert debugging code committed by mistake diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncont

[pypy-commit] pypy cpyext-leakchecking: Filter out C functions

2017-07-25 Thread rlamy
Author: Ronan Lamy Branch: cpyext-leakchecking Changeset: r91964:5bba19e669b0 Date: 2017-07-25 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/5bba19e669b0/ Log:Filter out C functions diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py --- a/pyp

[pypy-commit] pypy cpyext-leakchecking: Be more careful with refcounts in array.c

2017-07-25 Thread rlamy
Author: Ronan Lamy Branch: cpyext-leakchecking Changeset: r91965:438c0c9af393 Date: 2017-07-25 14:09 +0200 http://bitbucket.org/pypy/pypy/changeset/438c0c9af393/ Log:Be more careful with refcounts in array.c diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a/p