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 jtaylor108
Recipients Arfrever, a.badger, akuchling, amaury.forgeotdarc, barry, bkabrda, dmalcolm, doko, eric.araujo, jafo, jtaylor108, ncoghlan, ned.deily, python-dev, rpetrov, smani, tarek
Date 2013-04-04.19:26:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365103609.57.0.475031921211.issue16754@psf.upfronthosting.co.za>
In-reply-to
Content
is SHLIB_SUFFIX=".so" really correct on mac?
shared libraries have .dylib extension, loadable modules have .so (which would be EXT_SUFFIX?)
e.g libpython itself uses .dylib.
History
Date User Action Args
2013-04-04 19:26:49jtaylor108setrecipients: + jtaylor108, barry, akuchling, doko, jafo, amaury.forgeotdarc, ncoghlan, tarek, ned.deily, eric.araujo, a.badger, rpetrov, Arfrever, dmalcolm, python-dev, bkabrda, smani
2013-04-04 19:26:49jtaylor108setmessageid: <1365103609.57.0.475031921211.issue16754@psf.upfronthosting.co.za>
2013-04-04 19:26:49jtaylor108linkissue16754 messages
2013-04-04 19:26:49jtaylor108create