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

Bitbucket notifications-noreply at bitbucket.org
Tue Oct 4 16:44:53 CEST 2011


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 environment variable isn't set? E.g.

    cflags = sysconfig.get_config_var('CFLAGS', '')

--
This is a pull request comment notification from bitbucket.org.
You are receiving this either because you are participating
in a pull request, or you are following it.


More information about the pypy-commit mailing list