[pypy-commit] pypy default: bah, one more

2019-08-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r97206:df974ce2019b Date: 2019-08-18 08:49 +0200 http://bitbucket.org/pypy/pypy/changeset/df974ce2019b/ Log:bah, one more diff --git a/rpython/jit/backend/aarch64/opassembler.py b/rpython/jit/backend/aarch64/opassembler.py --- a/rpython/jit/backend/aar

[pypy-commit] pypy default: Bah, the printed message was bogus because "name" is redefined in the outer loop

2019-07-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r96887:886d3fec1ad3 Date: 2019-07-01 11:53 +0200 http://bitbucket.org/pypy/pypy/changeset/886d3fec1ad3/ Log:Bah, the printed message was bogus because "name" is redefined in the outer loop diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/modul

[pypy-commit] pypy default: bah

2016-08-29 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r86721:7794e4d221e0 Date: 2016-08-29 21:06 -0700 http://bitbucket.org/pypy/pypy/changeset/7794e4d221e0/ Log:bah diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -1164,14 +1164,1

[pypy-commit] pypy default: Bah, wrong method. It's startup() that is called at runtime.

2015-03-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r76505:9470a81396fa Date: 2015-03-22 22:58 +0100 http://bitbucket.org/pypy/pypy/changeset/9470a81396fa/ Log:Bah, wrong method. It's startup() that is called at runtime. diff --git a/pypy/module/pyexpat/__init__.py b/pypy/module/pyexpat/__init__.py --- a

[pypy-commit] pypy default: Bah, we have two different faq documents nowadays. At the very least,

2015-01-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r75510:a43cdde1efe8 Date: 2015-01-25 08:14 +0100 http://bitbucket.org/pypy/pypy/changeset/a43cdde1efe8/ Log:Bah, we have two different faq documents nowadays. At the very least, link to each other. Otherwise the similar format and number

[pypy-commit] pypy default: bah

2014-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r74750:b6df7b497a7d Date: 2014-11-27 13:48 +0100 http://bitbucket.org/pypy/pypy/changeset/b6df7b497a7d/ Log:bah diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pypy/module/pypyjit/test_pypy_c

[pypy-commit] pypy default: Bah, py.path's relto() method is dangerous. It silently returns '' when

2014-05-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r71328:b79be2085a34 Date: 2014-05-06 13:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b79be2085a34/ Log:Bah, py.path's relto() method is dangerous. It silently returns '' when it fails. Check with asserts the places where we implicitly

[pypy-commit] pypy default: Bah.

2014-04-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r71016:f80ed2c760f6 Date: 2014-04-27 11:04 +0200 http://bitbucket.org/pypy/pypy/changeset/f80ed2c760f6/ Log:Bah. diff --git a/rpython/rlib/streamio.py b/rpython/rlib/streamio.py --- a/rpython/rlib/streamio.py +++ b/rpython/rlib/streamio.py @@ -40,7 +40,

[pypy-commit] pypy default: Bah? Attribute never needed

2014-01-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r69016:e636fc70542a Date: 2014-01-30 11:29 +0100 http://bitbucket.org/pypy/pypy/changeset/e636fc70542a/ Log:Bah? Attribute never needed diff --git a/pypy/module/_io/interp_iobase.py b/pypy/module/_io/interp_iobase.py --- a/pypy/module/_io/interp_iobase.

[pypy-commit] pypy default: Bah, another try at 9bfd0a649773. See comment.

2014-01-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r68893:49c649807414 Date: 2014-01-23 23:14 +0100 http://bitbucket.org/pypy/pypy/changeset/49c649807414/ Log:Bah, another try at 9bfd0a649773. See comment. diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py

[pypy-commit] pypy default: Bah, we can also get AttributeError. Give up and catch Exception

2014-01-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r68820:f84c2a8494be Date: 2014-01-21 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/f84c2a8494be/ Log:Bah, we can also get AttributeError. Give up and catch Exception diff --git a/rpython/jit/backend/llgraph/support.py b/rpython/jit/backend/llgra

[pypy-commit] pypy default: Bah, thanks mjacob for spotting that 7812ad72a634 doesn't have

2014-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r68765:af2e2754fb20 Date: 2014-01-19 18:03 +0100 http://bitbucket.org/pypy/pypy/changeset/af2e2754fb20/ Log:Bah, thanks mjacob for spotting that 7812ad72a634 doesn't have any effect. diff --git a/rpython/translator/driver.py b/rpython/translator

[pypy-commit] pypy default: bah, I don't know how to produce bogus zip files for also these cases, but we need to catch RZlibError here as well

2014-01-12 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r68625:d38e836c3945 Date: 2014-01-12 22:00 + http://bitbucket.org/pypy/pypy/changeset/d38e836c3945/ Log:bah, I don't know how to produce bogus zip files for also these cases, but we need to catch RZlibError here as well diff --git a/pypy/m

[pypy-commit] pypy default: Bah, jumping ahead by a too-small amount means it's likely that

2013-10-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r67637:409b1a1452a6 Date: 2013-10-26 20:57 +0200 http://bitbucket.org/pypy/pypy/changeset/409b1a1452a6/ Log:Bah, jumping ahead by a too-small amount means it's likely that two successive pieces will run largely identical tests. diff --git a/rpyt

[pypy-commit] pypy default: Bah. A mistake of the ootype removal process.

2013-08-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r65872:0765febf0718 Date: 2013-08-01 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/0765febf0718/ Log:Bah. A mistake of the ootype removal process. diff --git a/rpython/rtyper/test/test_runicode.py b/rpython/rtyper/test/test_runicode.py --- a/rpy

[pypy-commit] pypy default: Bah. Fix

2013-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r64667:ab8e1d8571e9 Date: 2013-05-30 21:33 +0200 http://bitbucket.org/pypy/pypy/changeset/ab8e1d8571e9/ Log:Bah. Fix diff --git a/pypy/module/pypyjit/test_pypy_c/test_bug.py b/pypy/module/pypyjit/test_pypy_c/test_bug.py --- a/pypy/module/pypyjit/test_p

[pypy-commit] pypy default: Bah. Fix the name of these class variables

2013-04-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r63651:e8c9b21805dc Date: 2013-04-26 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/e8c9b21805dc/ Log:Bah. Fix the name of these class variables diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/

[pypy-commit] pypy default: Bah, fix it properly for 64-bit too. Actually done by killing an

2013-04-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r63496:3e87dbfef460 Date: 2013-04-19 00:34 +0200 http://bitbucket.org/pypy/pypy/changeset/3e87dbfef460/ Log:Bah, fix it properly for 64-bit too. Actually done by killing an obscure hack and just writing the official 3 lines of description

[pypy-commit] pypy default: Bah :-/ should we find a more general solution?

2013-04-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r63378:62c1ded9724a Date: 2013-04-15 18:27 +0200 http://bitbucket.org/pypy/pypy/changeset/62c1ded9724a/ Log:Bah :-/ should we find a more general solution? diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpython/jit/backend/lls

[pypy-commit] pypy default: Bah? Another version of gcc 4.8 writes "rep; ret" instead of "rep ret".

2013-04-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r63335:8463b9cbe114 Date: 2013-04-14 17:46 +0200 http://bitbucket.org/pypy/pypy/changeset/8463b9cbe114/ Log:Bah? Another version of gcc 4.8 writes "rep; ret" instead of "rep ret". diff --git a/rpython/translator/c/gcc/trackgcroot.py b/rpython/t

[pypy-commit] pypy default: Bah, that was not RPython

2013-04-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r63134:f65f68c72721 Date: 2013-04-08 13:04 + http://bitbucket.org/pypy/pypy/changeset/f65f68c72721/ Log:Bah, that was not RPython diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy default: Bah? The warning given by GCC is relevant: this code was broken at

2012-12-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r59293:4a88e8c50f95 Date: 2012-12-03 07:53 -0800 http://bitbucket.org/pypy/pypy/changeset/4a88e8c50f95/ Log:Bah? The warning given by GCC is relevant: this code was broken at least on 64-bit big-endian machines. diff --git a/pypy/translator/c/sr

[pypy-commit] pypy default: bah, bug-to-bug compatibility to cpython about when it is allowed to return a

2012-10-23 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r58380:6272fd9c2531 Date: 2012-10-23 18:38 +0200 http://bitbucket.org/pypy/pypy/changeset/6272fd9c2531/ Log:bah, bug-to-bug compatibility to cpython about when it is allowed to return a non complex from __complex__. This in part reverts

[pypy-commit] pypy default: bah, our old value for CO_CONTAINSGLOBAL conflicts with PyCF_IGNORE_COOKIE. Add a test to check that we don't have duplicate flags, fix the value of CO_CONTAINSGLOBAL and r

2012-10-17 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r58177:b1a5512d3fbb Date: 2012-10-17 17:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b1a5512d3fbb/ Log:bah, our old value for CO_CONTAINSGLOBAL conflicts with PyCF_IGNORE_COOKIE. Add a test to check that we don't have duplicate fla

[pypy-commit] pypy default: Bah. This test used to fail if the current "nice" level is 17, 18 or

2012-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r54131:76c5931f64cc Date: 2012-04-01 20:27 +0200 http://bitbucket.org/pypy/pypy/changeset/76c5931f64cc/ Log:Bah. This test used to fail if the current "nice" level is 17, 18 or 19. diff --git a/pypy/translator/c/test/test_extfunc.py b/pypy/tran

[pypy-commit] pypy default: bah :-(

2012-03-23 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r53939:86cce9710b22 Date: 2012-03-23 11:48 +0100 http://bitbucket.org/pypy/pypy/changeset/86cce9710b22/ Log:bah :-( cpyext rely on some kind of global state which I could not sort out. As a consequence, if you try to instantiate two di

[pypy-commit] pypy default: Bah. The code is correct and the test wrong, for a double reason. :-(

2012-03-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r53934:4a21a85f7d3d Date: 2012-03-22 18:47 +0100 http://bitbucket.org/pypy/pypy/changeset/4a21a85f7d3d/ Log:Bah. The code is correct and the test wrong, for a double reason. :-( diff --git a/pypy/jit/backend/x86/rx86.py b/pypy/jit/backend/x86/rx

[pypy-commit] pypy default: Bah.

2012-03-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r53685:863d61a72039 Date: 2012-03-15 10:40 -0700 http://bitbucket.org/pypy/pypy/changeset/863d61a72039/ Log:Bah. diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b/pypy/rlib/rarithmetic.py @@ -469,6 +46

[pypy-commit] pypy default: Bah, missing case.

2012-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r53631:cb040bc5d225 Date: 2012-03-14 17:48 -0700 http://bitbucket.org/pypy/pypy/changeset/cb040bc5d225/ Log:Bah, missing case. diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b/pypy/rlib/rarithmetic.py

[pypy-commit] pypy default: Bah.

2012-03-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r53396:75d3bcd9f241 Date: 2012-03-12 17:13 -0700 http://bitbucket.org/pypy/pypy/changeset/75d3bcd9f241/ Log:Bah. diff --git a/pypy/annotation/builtin.py b/pypy/annotation/builtin.py --- a/pypy/annotation/builtin.py +++ b/pypy/annotation/builtin.py @@ -3

[pypy-commit] pypy default: Bah, another case that doesn't work correctly.

2012-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r53254:0acb3979ffd3 Date: 2012-03-04 22:05 +0100 http://bitbucket.org/pypy/pypy/changeset/0acb3979ffd3/ Log:Bah, another case that doesn't work correctly. diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/test_annrpython.py --

[pypy-commit] pypy default: Bah.

2012-03-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r53187:932572b67805 Date: 2012-03-04 20:05 +0100 http://bitbucket.org/pypy/pypy/changeset/932572b67805/ Log:Bah. diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool/release/package.

[pypy-commit] pypy default: bah. of course the identity hash and the identity eq are fast.

2012-03-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r53177:0f597ff4a6ba Date: 2012-03-01 21:12 +0100 http://bitbucket.org/pypy/pypy/changeset/0f597ff4a6ba/ Log:bah. of course the identity hash and the identity eq are fast. diff --git a/pypy/rpython/rclass.py b/pypy/rpython/rclass.py --- a/pypy/r

[pypy-commit] pypy default: Bah, Windows fails on another place that raises the same message.

2012-01-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r51850:4451c9eca510 Date: 2012-01-27 13:00 +0100 http://bitbucket.org/pypy/pypy/changeset/4451c9eca510/ Log:Bah, Windows fails on another place that raises the same message. diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel.py --- a/pypy/rli

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

2011-12-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r50504:8a5fb10fc8c4 Date: 2011-12-14 15:13 +0100 http://bitbucket.org/pypy/pypy/changeset/8a5fb10fc8c4/ Log:Bah, sorry. diff --git a/lib-python/modified-2.7/ctypes/test/test_callbacks.py b/lib-python/modified-2.7/ctypes/test/test_callbacks.py --- a/lib

[pypy-commit] pypy default: bah.

2011-12-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r50320:5a510c5ffc55 Date: 2011-12-09 09:18 +0100 http://bitbucket.org/pypy/pypy/changeset/5a510c5ffc55/ Log:bah. diff --git a/pypy/jit/metainterp/test/test_del.py b/pypy/jit/metainterp/test/test_del.py --- a/pypy/jit/metainterp/test/test_del.py +++ b/p

[pypy-commit] pypy default: Bah. Reorder these two lines as a workaround fix for running:

2011-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r49857:87f2c234b924 Date: 2011-11-27 15:48 +0100 http://bitbucket.org/pypy/pypy/changeset/87f2c234b924/ Log:Bah. Reorder these two lines as a workaround fix for running: translate.py --continuation -O1 diff --git a/pypy/config/translationoptio

[pypy-commit] pypy default: Bah.

2011-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r49850:d5b182d7d0c7 Date: 2011-11-27 11:34 +0100 http://bitbucket.org/pypy/pypy/changeset/d5b182d7d0c7/ Log:Bah. diff --git a/pypy/rlib/test/test_rstacklet.py b/pypy/rlib/test/test_rstacklet.py --- a/pypy/rlib/test/test_rstacklet.py +++ b/pypy/rlib/test

[pypy-commit] pypy default: Bah. Not really motivated to write a test for this obscure case :-(

2011-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r49306:ed83fd7b7ec1 Date: 2011-11-11 14:33 +0100 http://bitbucket.org/pypy/pypy/changeset/ed83fd7b7ec1/ Log:Bah. Not really motivated to write a test for this obscure case :-( diff --git a/pypy/module/_rawffi/structure.py b/pypy/module/_rawffi/structure

[pypy-commit] pypy default: bah.

2011-11-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r48644:0ffcdb4ec169 Date: 2011-11-01 11:41 +0100 http://bitbucket.org/pypy/pypy/changeset/0ffcdb4ec169/ Log:bah. diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b/pypy/interpret

[pypy-commit] pypy default: Bah, not directly tested it seems.

2011-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r47327:f1e873c5533d Date: 2011-09-18 18:00 +0200 http://bitbucket.org/pypy/pypy/changeset/f1e873c5533d/ Log:Bah, not directly tested it seems. diff --git a/pypy/rpython/memory/gctransform/framework.py b/pypy/rpython/memory/gctransform/framework.py ---

[pypy-commit] pypy default: Bah.

2011-08-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r46852:68e30ac7bedc Date: 2011-08-28 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/68e30ac7bedc/ Log:Bah. diff --git a/pypy/objspace/std/test/test_celldict.py b/pypy/objspace/std/test/test_celldict.py --- a/pypy/objspace/std/test/test_celldict.p

[pypy-commit] pypy default: Bah.

2011-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r46725:f08b3d926362 Date: 2011-08-23 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/f08b3d926362/ Log:Bah. diff --git a/ctypes_configure/configure.py b/ctypes_configure/configure.py --- a/ctypes_configure/configure.py +++ b/ctypes_configure/config

[pypy-commit] pypy default: bah, test&fix for a bug introduced by 065c98a10f0d (commit message: "that way easy" :-))

2011-07-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r45859:0a106042ba51 Date: 2011-07-22 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/0a106042ba51/ Log:bah, test&fix for a bug introduced by 065c98a10f0d (commit message: "that way easy" :-)) diff --git a/pypy/tool/jitlogparser/parser.py

[pypy-commit] pypy default: bah, I don't know why I did it, but the fix in abaf35bf5217 actually breaks things. Revert

2011-07-21 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r45826:ebd8af15b4e6 Date: 2011-07-21 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/ebd8af15b4e6/ Log:bah, I don't know why I did it, but the fix in abaf35bf5217 actually breaks things. Revert diff --git a/pypy/objspace/std/dictproxyobje

[pypy-commit] pypy default: bah. use full name of missing debug merge point

2011-07-20 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45779:081e9f2ae2b2 Date: 2011-07-20 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/081e9f2ae2b2/ Log:bah. use full name of missing debug merge point diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/py

[pypy-commit] pypy default: Bah. Fix

2011-07-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r45308:7bf584b32555 Date: 2011-07-03 09:05 +0200 http://bitbucket.org/pypy/pypy/changeset/7bf584b32555/ Log:Bah. Fix diff --git a/pypy/jit/metainterp/optimizeopt/__init__.py b/pypy/jit/metainterp/optimizeopt/__init__.py --- a/pypy/jit/metainterp/optimi

[pypy-commit] pypy default: bah, fix imports

2011-06-08 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44829:2a615db48f37 Date: 2011-06-08 10:05 +0200 http://bitbucket.org/pypy/pypy/changeset/2a615db48f37/ Log:bah, fix imports diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py b/pypy/module/pypyjit/test_pypy_c/test__ffi.py --- a/pypy/module/py

[pypy-commit] pypy default: bah, these two tests weren't actually test anything. test_python_contains fails

2011-06-06 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44733:a0369628bd33 Date: 2011-06-06 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/a0369628bd33/ Log:bah, these two tests weren't actually test anything. test_python_contains fails diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_

[pypy-commit] pypy default: bah, fix two typos

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44308:4c6419d5ea4e Date: 2011-05-19 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/4c6419d5ea4e/ Log:bah, fix two typos diff --git a/pypy/tool/memusage/log2gnumeric.py b/pypy/tool/memusage/log2gnumeric.py --- a/pypy/tool/memusage/log2gnumeric.