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 ran into the following error on Mac OS X Lion: http://pastie.org/2638071 I change unixcompiler.py to perform a check that cflags is set before performing the regex search. Changes to be pulled: -- This is an issue notification from bitbucket.org. You are receiving this either because you are the participating in a pull request, or you are following it. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
