[pypy-commit] pypy default: Fix test.

2011-10-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r47818:15798ab8cf48 Date: 2011-10-04 09:28 +0200 http://bitbucket.org/pypy/pypy/changeset/15798ab8cf48/ Log:Fix test. diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py --- a/pypy/interpreter/executioncontext.py ++

[pypy-commit] pypy list-strategies: specialization always gives this functions different names, so just use "_" here.

2011-10-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: list-strategies Changeset: r47819:fe769d7ec5a2 Date: 2011-10-04 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/fe769d7ec5a2/ Log:specialization always gives this functions different names, so just use "_" here. diff --git a/pypy/module/pypyji

[pypy-commit] pypy list-strategies: comment

2011-10-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: list-strategies Changeset: r47820:caab31c0b915 Date: 2011-10-04 11:52 +0200 http://bitbucket.org/pypy/pypy/changeset/caab31c0b915/ Log:comment diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py --- a/p

[pypy-commit] pypy list-strategies: slightly annoying: cast_opaque_ptr killed the tracing heap cache. I cannot just

2011-10-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: list-strategies Changeset: r47822:2a6af948db14 Date: 2011-10-04 14:57 +0200 http://bitbucket.org/pypy/pypy/changeset/2a6af948db14/ Log:slightly annoying: cast_opaque_ptr killed the tracing heap cache. I cannot just remove it, seems the short preambl

[pypy-commit] pypy list-strategies: for some reason some of the list fields are not cached across the loop. is this

2011-10-04 Thread cfbolz
Author: Carl Friedrich Bolz Branch: list-strategies Changeset: r47823:ef71640445f3 Date: 2011-10-04 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/ef71640445f3/ Log:for some reason some of the list fields are not cached across the loop. is this due to the opaque pointer restrict

[pypy-commit] Notification: pypy

2011-10-04 Thread Bitbucket
You have received a notification from Dan Loewenherz. Hi, I forked pypy. My fork is at https://bitbucket.org/dlo/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected] http://ma

[pypy-commit] [OPEN] Pull request #9 for pypy/pypy: Don't perform regex search when CFLAGS isn't set in unixcompiler.py

2011-10-04 Thread Bitbucket
A new pull request has been opened by Dan Loewenherz. dlo/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/9/dont-perform-regex-search-when-cflags-isnt Title: Don't perform regex search when CFLAGS isn't set in unixcompiler.py I was compiling PIL and ra

[pypy-commit] [COMMENT] Pull request #9 for pypy/pypy: Don't perform regex search when CFLAGS isn't set in unixcompiler.py

2011-10-04 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/9/dont-perform-regex-search-when-cflags-isnt#comment-277 Alex Gaynor (alex_gaynor) said: cflags should always at least be '', and won't re.search just return None then, since there's no match? That is to say, this seems

[pypy-commit] [COMMENT] Pull request #9 for pypy/pypy: Don't perform regex search when CFLAGS isn't set in unixcompiler.py

2011-10-04 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/9/dont-perform-regex-search-when-cflags-isnt#comment-278 Dan Loewenherz (dlo) said: cflags was set to None when compiling PIL, so I'm not sure. Maybe it's a PIL problem? Or is there a way to set a default when the environ

[pypy-commit] [COMMENT] Pull request #9 for pypy/pypy: Don't perform regex search when CFLAGS isn't set in unixcompiler.py

2011-10-04 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/9/dont-perform-regex-search-when-cflags-isnt#comment-279 Alex Gaynor (alex_gaynor) said: It's already doing that, effectively: {{{ #!\ cflags = sysconfig.get_config_var('CFLAGS') or '' }}} -- This is a pull request comme

[pypy-commit] [COMMENT] Pull request #9 for pypy/pypy: Don't perform regex search when CFLAGS isn't set in unixcompiler.py

2011-10-04 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/9/dont-perform-regex-search-when-cflags-isnt#comment-280 Dan Loewenherz (dlo) said: Haha...wow. That's weird. I thought I just updated my repo and that wasn't there. I see it in the pull request though. I only get this l

[pypy-commit] [COMMENT] Pull request #9 for pypy/pypy: Don't perform regex search when CFLAGS isn't set in unixcompiler.py

2011-10-04 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/9/dont-perform-regex-search-when-cflags-isnt#comment-281 Dan Loewenherz (dlo) said: Also I think the existing solution is cleaner...we can cancel this pull request. -- This is a pull request comment notification from bitb

[pypy-commit] [REJECTED] Pull request #9 for pypy/pypy: Don't perform regex search when CFLAGS isn't set in unixcompiler.py

2011-10-04 Thread Bitbucket
Pull request #9 has been rejected by Alex Gaynor. dlo/pypy had changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/9/dont-perform-regex-search-when-cflags-isnt Determined that the issue is fixed in a new PyPy. Thanks for taking the time to test and report bugs! Re

[pypy-commit] pypy separate-applevel-numpy: merge in default

2011-10-04 Thread timo_jbo
Author: Timo Paulssen Branch: separate-applevel-numpy Changeset: r47824:73824d8b6491 Date: 2011-10-05 02:43 +0200 http://bitbucket.org/pypy/pypy/changeset/73824d8b6491/ Log:merge in default diff --git a/lib_pypy/numpy/__init__.py b/lib_pypy/numpy/__init__.py --- a/lib_pypy/numpy/__init__.py

[pypy-commit] pypy default: move some code arround to avoid swallowing unwanted exceptions.

2011-10-04 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r47825:cdb51e95efd2 Date: 2011-10-05 02:14 -0400 http://bitbucket.org/pypy/pypy/changeset/cdb51e95efd2/ Log:move some code arround to avoid swallowing unwanted exceptions. diff --git a/pypy/jit/metainterp/optimizeopt/rewrite.py b/pypy/jit/metainterp/o