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 barry
Recipients Arfrever, amaury.forgeotdarc, barry, dmalcolm, doko, eric.araujo, eric.smith, fdrake, loewis, pitrou, r.david.murray
Date 2010-10-16.14:23:52
SpamBayes Score 3.669195e-08
Marked as misclassified No
Message-id <1287239034.63.0.413889841773.issue9807@psf.upfronthosting.co.za>
In-reply-to
Content
Interestingly enough, the distutils failure that dmalcolm found was present in the trunk even before my patch.  If you build Python with --enable-shared, that distutils test fails because of the default path used for the -L option.  I fixed that in my patch, but it was unrelated to the changes I made to expose sys.abiflags.

I wonder if we should try to get a buildbot up that uses --enable-shared?
History
Date User Action Args
2010-10-16 14:23:54barrysetrecipients: + barry, loewis, fdrake, doko, amaury.forgeotdarc, pitrou, eric.smith, eric.araujo, Arfrever, r.david.murray, dmalcolm
2010-10-16 14:23:54barrysetmessageid: <1287239034.63.0.413889841773.issue9807@psf.upfronthosting.co.za>
2010-10-16 14:23:53barrylinkissue9807 messages
2010-10-16 14:23:52barrycreate