[pypy-commit] pypy default: no-op: move around some methods to a more natural class

2015-09-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r79782:b4e07df5f525 Date: 2015-09-23 11:01 +0200 http://bitbucket.org/pypy/pypy/changeset/b4e07df5f525/ Log:no-op: move around some methods to a more natural class diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimiz

[pypy-commit] pypy default: No-op (hopefully): avoid using edi here if we can avoid it. I think it

2015-08-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r79290:2269d1da2105 Date: 2015-08-30 10:54 +0200 http://bitbucket.org/pypy/pypy/changeset/2269d1da2105/ Log:No-op (hopefully): avoid using edi here if we can avoid it. I think it was safe anyway to do so at that point, but ecx is always a free

[pypy-commit] pypy default: No-op, but make some standard CPython exports greppable.

2014-03-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r69812:c7540026b241 Date: 2014-03-09 08:19 +0100 http://bitbucket.org/pypy/pypy/changeset/c7540026b241/ Log:No-op, but make some standard CPython exports greppable. diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpy

[pypy-commit] pypy default: No-op, make sure that all instances of W_CTypePrimitiveXxx have all

2013-10-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r67565:ae07e942ebdf Date: 2013-10-24 12:59 +0200 http://bitbucket.org/pypy/pypy/changeset/ae07e942ebdf/ Log:No-op, make sure that all instances of W_CTypePrimitiveXxx have all attributes. diff --git a/pypy/module/_cffi_backend/ctypeprim.py b/py

[pypy-commit] pypy default: No-op.

2013-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r63908:31f9068a63bf Date: 2013-05-08 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/31f9068a63bf/ Log:No-op. diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py --- a/rpython/memory/gctransform/framework

[pypy-commit] pypy default: No-op clean-up: detach 'handlers_w' from the classes.

2013-02-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r60809:ee3ed0285605 Date: 2013-02-01 16:28 +0100 http://bitbucket.org/pypy/pypy/changeset/ee3ed0285605/ Log:No-op clean-up: detach 'handlers_w' from the classes. diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py ---

[pypy-commit] pypy default: No-op change: fix C compiler warnings in certain cases.

2012-04-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r54758:936fbee7d501 Date: 2012-04-25 22:01 +0200 http://bitbucket.org/pypy/pypy/changeset/936fbee7d501/ Log:No-op change: fix C compiler warnings in certain cases. diff --git a/pypy/rpython/tool/rffi_platform.py b/pypy/rpython/tool/rffi_platform.py ---

[pypy-commit] pypy default: No-op clarification.

2011-11-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r49620:5b572a486ead Date: 2011-11-21 15:08 +0100 http://bitbucket.org/pypy/pypy/changeset/5b572a486ead/ Log:No-op clarification. diff --git a/pypy/rpython/test/test_rclass.py b/pypy/rpython/test/test_rclass.py --- a/pypy/rpython/test/test_rclass.py +++

[pypy-commit] pypy default: No-op clean-up.

2011-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r48923:98df871c9c44 Date: 2011-11-08 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/98df871c9c44/ Log:No-op clean-up. diff --git a/pypy/jit/codewriter/effectinfo.py b/pypy/jit/codewriter/effectinfo.py --- a/pypy/jit/codewriter/effectinfo.py +++ b

[pypy-commit] pypy default: No-op cleanup.

2011-05-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r44242:c65d9223f6ec Date: 2011-05-17 15:16 +0200 http://bitbucket.org/pypy/pypy/changeset/c65d9223f6ec/ Log:No-op cleanup. diff --git a/pypy/translator/c/funcgen.py b/pypy/translator/c/funcgen.py --- a/pypy/translator/c/funcgen.py +++ b/pypy/translator/