]> granicus.if.org Git - python/commit
Issue #15188: Prevent test_ldshared_value failure due to slightly
authorNed Deily <nad@acm.org>
Sun, 22 Jul 2012 07:46:46 +0000 (00:46 -0700)
committerNed Deily <nad@acm.org>
Sun, 22 Jul 2012 07:46:46 +0000 (00:46 -0700)
commit2c80e120a95e7ce38e65cafc7e1cb2a76046c0e0
treead59c0ffae36f0a0e7ab34b8844ea47d8069f104
parent1ef871969cd8b30a8f8d4e6cefab68366eb71745
Issue #15188: Prevent test_ldshared_value failure due to slightly
different parsing of the Makefile by distutils.sysconfig and
sysconfig in the case when an intermediate config vars, used to
construct PY_CFLAGS or PY_LDFLAGS, has a trailing space character.
In this case, the OS X installer build script was leaving a
trailing space in the OPT and LDFLAGS config vars.  The space is not
significant and it's not worth toying with the Makefile parsing.
Mac/BuildScript/build-installer.py