[pypy-commit] pypy default: maybe fix translation

2019-02-16 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96023:98772484a4cf Date: 2019-02-16 10:18 +0100 http://bitbucket.org/pypy/pypy/changeset/98772484a4cf/ Log:maybe fix translation diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/

[pypy-commit] pypy default: maybe a fix for gc tests, we will see

2018-02-08 Thread fijal
Author: fijal Branch: Changeset: r93786:cc02e211a1a3 Date: 2018-02-08 14:26 +0100 http://bitbucket.org/pypy/pypy/changeset/cc02e211a1a3/ Log:maybe a fix for gc tests, we will see diff --git a/rpython/memory/gctypelayout.py b/rpython/memory/gctypelayout.py --- a/rpython/memory/gctypelayout.py

[pypy-commit] pypy default: Maybe temporary: change py.test, which displays unicode strings 'xx'

2016-12-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r89206:4ac343e8285f Date: 2016-12-20 15:45 +0100 http://bitbucket.org/pypy/pypy/changeset/4ac343e8285f/ Log:Maybe temporary: change py.test, which displays unicode strings 'xx' instead of u'xx'. It's very annoying when the difference is e

[pypy-commit] pypy default: maybe a fix: this is needed for MS_WIN32 to be defined

2015-11-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r80723:c8be68c20100 Date: 2015-11-17 09:38 +0100 http://bitbucket.org/pypy/pypy/changeset/c8be68c20100/ Log:maybe a fix: this is needed for MS_WIN32 to be defined diff --git a/pypy/module/_cffi_backend/src/parse_c_type.c b/pypy/module/_cffi_backend/src

[pypy-commit] pypy default: Maybe found a solution

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80340:01e9463e526f Date: 2015-10-19 20:47 +0200 http://bitbucket.org/pypy/pypy/changeset/01e9463e526f/ Log:Maybe found a solution diff --git a/rpython/translator/c/src/stacklet/switch_arm_gcc.h b/rpython/translator/c/src/stacklet/switch_arm_gcc.h ---

[pypy-commit] pypy default: Maybe a better error message

2014-01-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r68803:dfca95ea34f0 Date: 2014-01-21 13:17 +0100 http://bitbucket.org/pypy/pypy/changeset/dfca95ea34f0/ Log:Maybe a better error message diff --git a/pypy/module/_cffi_backend/ctypestruct.py b/pypy/module/_cffi_backend/ctypestruct.py --- a/pypy/module/

[pypy-commit] pypy default: Maybe fix the test for 32-bit

2013-10-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r67461:0138c06ab49c Date: 2013-10-17 16:44 +0200 http://bitbucket.org/pypy/pypy/changeset/0138c06ab49c/ Log:Maybe fix the test for 32-bit diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a

[pypy-commit] pypy default: maybe, just maybe, get rid of the crashes with InteriorPtr

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61552:e176b19b813a Date: 2013-02-21 18:02 +0200 http://bitbucket.org/pypy/pypy/changeset/e176b19b813a/ Log:maybe, just maybe, get rid of the crashes with InteriorPtr diff --git a/rpython/rtyper/lltypesystem/rdict.py b/rpython/rtyper/lltypesyst

[pypy-commit] pypy default: maybe

2013-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61548:d268fdd09079 Date: 2013-02-21 16:30 +0200 http://bitbucket.org/pypy/pypy/changeset/d268fdd09079/ Log:maybe diff --git a/pypy/doc/_ref.txt b/pypy/doc/_ref.txt --- a/pypy/doc/_ref.txt +++ b/pypy/doc/_ref.txt @@ -7,6 +7,7 @@ .. _`lib_pypy/p

[pypy-commit] pypy default: Maybe temporary: set max_unroll_loops to 0, which should completely

2012-09-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r57478:dcb788955e9c Date: 2012-09-22 19:22 +0200 http://bitbucket.org/pypy/pypy/changeset/dcb788955e9c/ Log:Maybe temporary: set max_unroll_loops to 0, which should completely prevent tracing more than 1 iteration. Maybe a better value would

[pypy-commit] pypy default: maybe wrong merge or wrong update. Anyway, fixed

2011-11-18 Thread ctismer
Author: Christian Tismer Branch: Changeset: r49541:7a0e4c3ee81a Date: 2011-11-19 01:51 +0100 http://bitbucket.org/pypy/pypy/changeset/7a0e4c3ee81a/ Log:maybe wrong merge or wrong update. Anyway, fixed diff --git a/pypy/jit/codewriter/codewriter.py b/pypy/jit/codewriter/codewriter.py --- a/

[pypy-commit] pypy default: Maybe fixes solaris for now.

2011-10-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r48258:5b15ee11ff63 Date: 2011-10-20 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/5b15ee11ff63/ Log:Maybe fixes solaris for now. diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config

[pypy-commit] pypy default: maybe nicer with different indexes

2011-09-29 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r47690:1834a7592c06 Date: 2011-09-29 20:14 +0200 http://bitbucket.org/pypy/pypy/changeset/1834a7592c06/ Log:maybe nicer with different indexes diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/pypy/jit/metainterp/optimizeopt/test/

[pypy-commit] pypy default: Maybe improve the error message? A slightly more verbose one would not hurt,

2011-06-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45166:601287e40b56 Date: 2011-06-28 19:14 +0200 http://bitbucket.org/pypy/pypy/changeset/601287e40b56/ Log:Maybe improve the error message? A slightly more verbose one would not hurt, like the name of extension diff --git a/pypy/module/