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 rpetrov
Recipients akitada, ronaldoussoren, rpetrov, skip.montanaro
Date 2008-12-30.16:20:08
SpamBayes Score 7.5363886e-08
Marked as misclassified No
Message-id <1230654009.62.0.0937248065228.issue4472@psf.upfronthosting.co.za>
In-reply-to
Content
What is reason to change SO to ".dylib" in configure script and later
Lib/distutils/sysconfig.py to restore it to ".so" ?

Also other builds use $(LDSHARED) to create python shared library. Why
proposed patch introduce inconsistency with other builds and ignore
LDSHARED set by configure script ?
History
Date User Action Args
2008-12-30 16:20:09rpetrovsetrecipients: + rpetrov, skip.montanaro, ronaldoussoren, akitada
2008-12-30 16:20:09rpetrovsetmessageid: <1230654009.62.0.0937248065228.issue4472@psf.upfronthosting.co.za>
2008-12-30 16:20:09rpetrovlinkissue4472 messages
2008-12-30 16:20:08rpetrovcreate