This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jszakmeister
Recipients eric.araujo, jszakmeister, tarek
Date 2011-03-02.10:08:23
SpamBayes Score 1.1332336e-06
Marked as misclassified No
Message-id <1299060505.33.0.495928925765.issue11370@psf.upfronthosting.co.za>
In-reply-to
Content
This is a port of r301 from unladen swallow to the py3k-jit branch.

On the Mac, there was an extra '-framework CoreFoundation' that was being passed in python3 (maybe it wasn't there in Python 2.x?).  At any rate, I changed the logic to ignore anything that didn't start with a "-l" or end with a ".a".  Not sure if that's the best answer, or if we should allow -framework and friends to pass through.

I put this under distutils, but it's really targeted towards the py3k-jit branch... which hasn't been updated since June. :-(
History
Date User Action Args
2011-03-02 10:08:26jszakmeistersetrecipients: + jszakmeister, tarek, eric.araujo
2011-03-02 10:08:25jszakmeistersetmessageid: <1299060505.33.0.495928925765.issue11370@psf.upfronthosting.co.za>
2011-03-02 10:08:24jszakmeisterlinkissue11370 messages
2011-03-02 10:08:24jszakmeistercreate