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
++
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
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
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
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo