Antoine Pitrou <[email protected]> added the comment: > These changes cause some regressions: > - distutils builds third-party extensions with LDFLAGS, which were > used to build CPython. (This is more important regression.) > This problem concerns Python 2.7 and 3.2.
Well, is this a problem? This sounds like the expected behaviour to me. Especially if Python was packaged was someone else and you don't want the user to manually set LDFLAGS each time they run a setup.py. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9437> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
