[pypy-commit] pypy default: oups

2016-11-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r88355:e3e05182dc35 Date: 2016-11-13 16:04 +0100 http://bitbucket.org/pypy/pypy/changeset/e3e05182dc35/ Log:oups diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py b/pypy/module/pypyjit/test_pypy_c/test_00_model.py --- a/pypy/module/pypyjit/

[pypy-commit] pypy default: oups

2015-09-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r79889:c73d06db1bdc Date: 2015-09-29 09:12 +0100 http://bitbucket.org/pypy/pypy/changeset/c73d06db1bdc/ Log:oups diff --git a/pypy/objspace/std/sliceobject.py b/pypy/objspace/std/sliceobject.py --- a/pypy/objspace/std/sliceobject.py +++ b/pypy/objspace/

[pypy-commit] pypy default: oups

2015-09-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r79771:8b1143d9fb7f Date: 2015-09-22 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/8b1143d9fb7f/ Log:oups diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/backend/arm/opassembler.py +

[pypy-commit] pypy default: oups in three files' typedef's acceptable_as_base_class

2015-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r77189:1af6d6f8e1e1 Date: 2015-05-08 09:21 +0200 http://bitbucket.org/pypy/pypy/changeset/1af6d6f8e1e1/ Log:oups in three files' typedef's acceptable_as_base_class diff --git a/pypy/module/_cffi_backend/libraryobj.py b/pypy/module/_cffi_backend/library

[pypy-commit] pypy default: oups

2015-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r76678:a6ac391b4bd7 Date: 2015-04-01 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/a6ac391b4bd7/ Log:oups diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py b/pypy/module/test_lib_pypy/test_sqlite3.py --- a/pypy/module/test_lib_pypy/test_sql

[pypy-commit] pypy default: oups

2014-12-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r74960:ec2b02ba1cc9 Date: 2014-12-16 17:43 +0100 http://bitbucket.org/pypy/pypy/changeset/ec2b02ba1cc9/ Log:oups diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py --- a/rpython/annotator/model.py +++ b/rpython/annotator/model.py @@ -3

[pypy-commit] pypy default: oups

2014-12-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r74941:ad419d66acec Date: 2014-12-15 16:26 + http://bitbucket.org/pypy/pypy/changeset/ad419d66acec/ Log:oups diff --git a/rpython/rtyper/lltypesystem/rordereddict.py b/rpython/rtyper/lltypesystem/rordereddict.py --- a/rpython/rtyper/lltypesystem/ro

[pypy-commit] pypy default: oups. test and fix

2014-12-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r74793:d088178015dd Date: 2014-12-03 11:06 +0100 http://bitbucket.org/pypy/pypy/changeset/d088178015dd/ Log:oups. test and fix diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/jit/backend/test

[pypy-commit] pypy default: Oups, an indirect conflict between two branches

2014-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r74458:4abe9a6d1c12 Date: 2014-11-11 19:52 +0100 http://bitbucket.org/pypy/pypy/changeset/4abe9a6d1c12/ Log:Oups, an indirect conflict between two branches diff --git a/rpython/memory/gctypelayout.py b/rpython/memory/gctypelayout.py --- a/rpython/memory

[pypy-commit] pypy default: oups

2014-10-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r74300:60a7caa0e0af Date: 2014-10-30 18:10 +0100 http://bitbucket.org/pypy/pypy/changeset/60a7caa0e0af/ Log:oups diff --git a/rpython/translator/c/support.py b/rpython/translator/c/support.py --- a/rpython/translator/c/support.py +++ b/rpython/translato

[pypy-commit] pypy default: Oups, this overflows on 32-bit

2014-10-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r74224:c809adae5034 Date: 2014-10-25 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/c809adae5034/ Log:Oups, this overflows on 32-bit diff --git a/rpython/translator/c/test/test_newgc.py b/rpython/translator/c/test/test_newgc.py --- a/rpython/tran

[pypy-commit] pypy default: oups

2014-10-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r73895:466c7d4301d8 Date: 2014-10-10 18:55 +0200 http://bitbucket.org/pypy/pypy/changeset/466c7d4301d8/ Log:oups diff --git a/rpython/translator/c/src/int.h b/rpython/translator/c/src/int.h --- a/rpython/translator/c/src/int.h +++ b/rpython/translator/c

[pypy-commit] pypy default: Oups, wrong test. Fix it and be more precise: check exactly each

2014-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r73731:688d9d295fc2 Date: 2014-09-28 08:39 +0200 http://bitbucket.org/pypy/pypy/changeset/688d9d295fc2/ Log:Oups, wrong test. Fix it and be more precise: check exactly each implementation. diff --git a/lib-python/2.7/test/test_select.py b/lib-p

[pypy-commit] pypy default: Oups, it seems the buildbots use too much memory with this setting?

2014-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r73293:41824e6d3136 Date: 2014-09-04 00:31 +0200 http://bitbucket.org/pypy/pypy/changeset/41824e6d3136/ Log:Oups, it seems the buildbots use too much memory with this setting? diff --git a/_pytest/resultlog.py b/_pytest/resultlog.py --- a/_pytest/result

[pypy-commit] pypy default: oups

2014-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r73288:fd526e56da5a Date: 2014-09-03 16:57 +0200 http://bitbucket.org/pypy/pypy/changeset/fd526e56da5a/ Log:oups diff --git a/_pytest/resultlog.py b/_pytest/resultlog.py --- a/_pytest/resultlog.py +++ b/_pytest/resultlog.py @@ -109,4 +109,4 @@ def _saf

[pypy-commit] pypy default: Oups, thanks gregor_w for noticing that the test was not testing anything.

2014-08-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r72819:39bb9189ac28 Date: 2014-08-15 19:25 +0200 http://bitbucket.org/pypy/pypy/changeset/39bb9189ac28/ Log:Oups, thanks gregor_w for noticing that the test was not testing anything. Make it do so, and fix it. diff --git a/rpython/jit/backend/ll

[pypy-commit] pypy default: oups

2014-06-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r72263:f15cd1108f0e Date: 2014-06-28 10:24 + http://bitbucket.org/pypy/pypy/changeset/f15cd1108f0e/ Log:oups diff --git a/rpython/translator/c/src/thread_pthread.c b/rpython/translator/c/src/thread_pthread.c --- a/rpython/translator/c/src/thread_pt

[pypy-commit] pypy default: Oups, fix -- can't use the GC here, at least in some tests

2014-06-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r72261:0bbd2a9b36a6 Date: 2014-06-28 10:57 +0200 http://bitbucket.org/pypy/pypy/changeset/0bbd2a9b36a6/ Log:Oups, fix -- can't use the GC here, at least in some tests diff --git a/rpython/rtyper/lltypesystem/rffi.py b/rpython/rtyper/lltypesystem/rffi.p

[pypy-commit] pypy default: oups

2014-03-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r70156:0ee9349b856b Date: 2014-03-22 08:54 +0100 http://bitbucket.org/pypy/pypy/changeset/0ee9349b856b/ Log:oups diff --git a/rpython/jit/codewriter/effectinfo.py b/rpython/jit/codewriter/effectinfo.py --- a/rpython/jit/codewriter/effectinfo.py +++ b/r

[pypy-commit] pypy default: oups

2014-03-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r69815:99278bb89bd8 Date: 2014-03-09 08:34 +0100 http://bitbucket.org/pypy/pypy/changeset/99278bb89bd8/ Log:oups diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py --- a/pypy/module/cpyext/test/test_typ

[pypy-commit] pypy default: Oups. Thanks Alex

2014-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r69756:0634a0579002 Date: 2014-03-06 15:58 +0100 http://bitbucket.org/pypy/pypy/changeset/0634a0579002/ Log:Oups. Thanks Alex diff --git a/lib_pypy/cffi/_pycparser/README b/lib_pypy/cffi/_pycparser/README new file mode 100644 --- /dev/null +++ b/lib_pyp

[pypy-commit] pypy default: Oups

2014-02-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r69113:054bd73871cf Date: 2014-02-10 09:20 +0100 http://bitbucket.org/pypy/pypy/changeset/054bd73871cf/ Log:Oups diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -103,8 +103,7 @@ .. _`extension modules

[pypy-commit] pypy default: Oups, fix this test.

2014-01-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r68874:2fbd921a57d5 Date: 2014-01-23 21:07 +0100 http://bitbucket.org/pypy/pypy/changeset/2fbd921a57d5/ Log:Oups, fix this test. diff --git a/pypy/module/cpyext/test/test_ztranslation.py b/pypy/module/cpyext/test/test_ztranslation.py --- a/pypy/module/

[pypy-commit] pypy default: Oups, sorry.

2014-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r68774:9b55cdc1b2c5 Date: 2014-01-20 12:38 +0100 http://bitbucket.org/pypy/pypy/changeset/9b55cdc1b2c5/ Log:Oups, sorry. diff --git a/rpython/rlib/test/test_runicode.py b/rpython/rlib/test/test_runicode.py --- a/rpython/rlib/test/test_runicode.py +++ b

[pypy-commit] pypy default: Oups, sorry. Fix two tests failing in backend/x86/test/.

2014-01-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r68578:f29b84b521b6 Date: 2014-01-02 01:11 +0100 http://bitbucket.org/pypy/pypy/changeset/f29b84b521b6/ Log:Oups, sorry. Fix two tests failing in backend/x86/test/. diff --git a/rpython/jit/metainterp/test/test_dict.py b/rpython/jit/metainterp/test/tes

[pypy-commit] pypy default: Oups, attempt to fix translation

2013-09-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r66878:2df4a2cdc3d4 Date: 2013-09-09 21:19 +0200 http://bitbucket.org/pypy/pypy/changeset/2df4a2cdc3d4/ Log:Oups, attempt to fix translation diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/ba

[pypy-commit] pypy default: Oups. Revert the previous change and document why it was wrong

2013-08-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r66213:dbfb39c958a1 Date: 2013-08-19 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/dbfb39c958a1/ Log:Oups. Revert the previous change and document why it was wrong diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +

[pypy-commit] pypy default: Oups, sorry.

2013-04-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r63458:5fc401548386 Date: 2013-04-17 19:50 +0200 http://bitbucket.org/pypy/pypy/changeset/5fc401548386/ Log:Oups, sorry. diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy default: Oups! Indentation mistake probably. Can't set a field on an object that is None...

2013-01-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r60583:abdf791cac36 Date: 2013-01-28 09:31 +0100 http://bitbucket.org/pypy/pypy/changeset/abdf791cac36/ Log:Oups! Indentation mistake probably. Can't set a field on an object that is None... diff --git a/pypy/module/thread/os_local.py b/pypy/mod

[pypy-commit] pypy default: Oups. This is needed to correctly initialize the GC; otherwise, if we're

2013-01-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r60465:a1998ce7cac6 Date: 2013-01-25 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/a1998ce7cac6/ Log:Oups. This is needed to correctly initialize the GC; otherwise, if we're unluckly, the first grab_frame_values() will trigger coll

[pypy-commit] pypy default: Oups, forgot to remove the test file of this too.

2013-01-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r59741:126c5c9e832a Date: 2013-01-05 18:24 +0100 http://bitbucket.org/pypy/pypy/changeset/126c5c9e832a/ Log:Oups, forgot to remove the test file of this too. diff --git a/pypy/tool/release/test/test_make_release.py b/pypy/tool/release/test/test_make_re

[pypy-commit] pypy default: Oups, my fault for leaving the option "--jit-backend=llvm" around

2012-10-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r58489:f0d036cd3b7b Date: 2012-10-27 09:44 +0200 http://bitbucket.org/pypy/pypy/changeset/f0d036cd3b7b/ Log:Oups, my fault for leaving the option "--jit-backend=llvm" around when the llvm jit backend was removed long ago. diff --git a/pypy/confi

[pypy-commit] pypy default: Oups, one too much. (Shows up in some test failure in

2012-08-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r56850:b2825283786e Date: 2012-08-25 16:26 +0200 http://bitbucket.org/pypy/pypy/changeset/b2825283786e/ Log:Oups, one too much. (Shows up in some test failure in pypy/module/test_lib_pypy/ctypes_tests.) diff --git a/lib_pypy/_ctypes/basics.py b/

[pypy-commit] pypy default: Oups, fix for e2d958c646fd.

2012-06-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r55576:4a6f16e2a438 Date: 2012-06-11 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/4a6f16e2a438/ Log:Oups, fix for e2d958c646fd. diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py --- a/pypy/module/signal/inte

[pypy-commit] pypy default: Oups, sorry.

2011-12-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r50167:1f76b745f839 Date: 2011-12-05 11:57 +0100 http://bitbucket.org/pypy/pypy/changeset/1f76b745f839/ Log:Oups, sorry. diff --git a/pypy/jit/backend/x86/test/test_zrpy_gc.py b/pypy/jit/backend/x86/test/test_zrpy_gc.py --- a/pypy/jit/backend/x86/test/

[pypy-commit] pypy default: Oups.

2011-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r49994:e99702a71e7e Date: 2011-11-30 02:45 +0100 http://bitbucket.org/pypy/pypy/changeset/e99702a71e7e/ Log:Oups. diff --git a/pypy/jit/codewriter/effectinfo.py b/pypy/jit/codewriter/effectinfo.py --- a/pypy/jit/codewriter/effectinfo.py +++ b/pypy/jit/

[pypy-commit] pypy default: Oups.

2011-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r49048:d6c0d1f92e1b Date: 2011-11-09 20:34 +0100 http://bitbucket.org/pypy/pypy/changeset/d6c0d1f92e1b/ Log:Oups. diff --git a/pypy/rpython/lltypesystem/module/ll_math.py b/pypy/rpython/lltypesystem/module/ll_math.py --- a/pypy/rpython/lltypesystem/mod

[pypy-commit] pypy default: oups.

2011-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r48987:8ca9a7426505 Date: 2011-11-09 10:54 +0100 http://bitbucket.org/pypy/pypy/changeset/8ca9a7426505/ Log:oups. diff --git a/pypy/translator/c/genc.py b/pypy/translator/c/genc.py --- a/pypy/translator/c/genc.py +++ b/pypy/translator/c/genc.py @@ -622,

[pypy-commit] pypy default: Oups.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r46789:b50e2a7b4608 Date: 2011-08-26 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b50e2a7b4608/ Log:Oups. diff --git a/pypy/module/__builtin__/test/test_classobj.py b/pypy/module/__builtin__/test/test_classobj.py --- a/pypy/module/__builtin__/t

[pypy-commit] pypy default: Oups, no "self.space". Fix.

2011-08-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r46564:95d2ecda2b39 Date: 2011-08-17 17:53 +0200 http://bitbucket.org/pypy/pypy/changeset/95d2ecda2b39/ Log:Oups, no "self.space". Fix. diff --git a/pypy/module/oracle/interp_connect.py b/pypy/module/oracle/interp_connect.py --- a/pypy/module/oracle/in

[pypy-commit] pypy default: Oups. test_weakref shows that this is needed.

2011-07-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r45619:d7287648ee0d Date: 2011-07-15 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/d7287648ee0d/ Log:Oups. test_weakref shows that this is needed. diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/g

[pypy-commit] pypy default: Oups. Fix this.

2011-06-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r45198:1010ecd461b8 Date: 2011-06-30 23:02 +0200 http://bitbucket.org/pypy/pypy/changeset/1010ecd461b8/ Log:Oups. Fix this. diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py --- a/pypy/rpython/lltypesystem/rdict.py ++