]> granicus.if.org Git - python/commit
Ensure that the Makefile variable expansion
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 23 Jul 2010 09:43:17 +0000 (09:43 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 23 Jul 2010 09:43:17 +0000 (09:43 +0000)
commite8d252dbcbafc0113c0b9bf6b13a72af5f0ee848
treec42cd2b2a630bb2fbd494bd01bbbb261de59c1cd
parent599b65deca618fb7d6ff1e7955ab7aac66fa6645
Ensure that the Makefile variable expansion
in distutils.sysconfig matches that in the
toplevel sysconfig module.

Without this patch universal builds on OSX are
broken.

Als add a test that checks that the two version
of get_config_vars agree on important values.
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_sysconfig.py