[pypy-commit] pypy default: Fix comment after looking more in the CPython 3.x situation

2020-01-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r98509:038f81a04a45 Date: 2020-01-10 13:16 +0100 http://bitbucket.org/pypy/pypy/changeset/038f81a04a45/ Log:Fix comment after looking more in the CPython 3.x situation diff --git a/pypy/module/__builtin__/abstractinst.py b/pypy/module/__builtin__/abstr

[pypy-commit] pypy default: fix comment

2019-03-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r96364:edb40dc4f969 Date: 2019-03-27 15:46 +0100 http://bitbucket.org/pypy/pypy/changeset/edb40dc4f969/ Log:fix comment diff --git a/rpython/memory/gc/base.py b/rpython/memory/gc/base.py --- a/rpython/memory/gc/base.py +++ b/rpython/memory/gc/base.py @@

[pypy-commit] pypy default: fix comment

2017-08-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92175:46ce5f43e718 Date: 2017-08-19 09:13 +0200 http://bitbucket.org/pypy/pypy/changeset/46ce5f43e718/ Log:fix comment diff --git a/rpython/jit/backend/x86/regalloc.py b/rpython/jit/backend/x86/regalloc.py --- a/rpython/jit/backend/x86/regall

[pypy-commit] pypy default: fix comment

2017-03-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r90576:b2f0ed2ba5b5 Date: 2017-03-05 21:50 +0100 http://bitbucket.org/pypy/pypy/changeset/b2f0ed2ba5b5/ Log:fix comment diff --git a/rpython/jit/backend/x86/regalloc.py b/rpython/jit/backend/x86/regalloc.py --- a/rpython/jit/backend/x86/regalloc.py +++

[pypy-commit] pypy default: Fix, comment

2016-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r85390:469aff993fa6 Date: 2016-06-26 22:27 +0200 http://bitbucket.org/pypy/pypy/changeset/469aff993fa6/ Log:Fix, comment diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py +++ b/rpython/rlib/rbigint.py @@ -1964,

[pypy-commit] pypy default: Fix comment

2016-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r85022:706f6ce2efe4 Date: 2016-06-08 09:17 +0200 http://bitbucket.org/pypy/pypy/changeset/706f6ce2efe4/ Log:Fix comment diff --git a/rpython/jit/backend/arm/regalloc.py b/rpython/jit/backend/arm/regalloc.py --- a/rpython/jit/backend/arm/regalloc.py +++

[pypy-commit] pypy default: Fix comment

2014-08-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r72714:3bd94738d4f8 Date: 2014-08-07 21:25 +0200 http://bitbucket.org/pypy/pypy/changeset/3bd94738d4f8/ Log:Fix comment diff --git a/rpython/jit/backend/x86/callbuilder.py b/rpython/jit/backend/x86/callbuilder.py --- a/rpython/jit/backend/x86/callbuild

[pypy-commit] pypy default: fix comment

2013-12-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r68530:56835500790b Date: 2013-12-23 01:18 +0100 http://bitbucket.org/pypy/pypy/changeset/56835500790b/ Log:fix comment diff --git a/pypy/module/_cffi_backend/handle.py b/pypy/module/_cffi_backend/handle.py --- a/pypy/module/_cffi_backend/handle.py +++

[pypy-commit] pypy default: Fix comment and a situation where the cache size is odd (although I think

2013-04-19 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63508:40490851e8b7 Date: 2013-04-19 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/40490851e8b7/ Log:Fix comment and a situation where the cache size is odd (although I think it does change a thing since it should be a power of 2)

[pypy-commit] pypy default: fix comment

2012-04-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r54384:bf7d80dbb9be Date: 2012-04-14 08:26 +0200 http://bitbucket.org/pypy/pypy/changeset/bf7d80dbb9be/ Log:fix comment diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py --- a/pypy/jit/metainterp/pyjitpl.py +++ b/pypy

[pypy-commit] pypy default: fix comment

2012-01-03 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r51002:ece227c225ab Date: 2012-01-03 15:19 -0600 http://bitbucket.org/pypy/pypy/changeset/ece227c225ab/ Log:fix comment diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/micronum

[pypy-commit] pypy default: Fix comment, and simplify the final logic.

2011-12-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r50879:f9932c00e2d2 Date: 2011-12-26 17:07 +0100 http://bitbucket.org/pypy/pypy/changeset/f9932c00e2d2/ Log:Fix comment, and simplify the final logic. diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspac

[pypy-commit] pypy default: fix comment

2011-12-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r50390:a83bd631dde3 Date: 2011-12-11 19:03 +0100 http://bitbucket.org/pypy/pypy/changeset/a83bd631dde3/ Log:fix comment diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy/jit/backend/llgraph/runner.py +++ b/