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 doko
Recipients a.badger, barry, bkabrda, dmalcolm, doko, eric.araujo, ncoghlan, rpetrov, smani, tarek
Date 2013-03-20.01:42:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363743772.02.0.46896870128.issue16754@psf.upfronthosting.co.za>
In-reply-to
Content
the patch so.diff

 - introduces two new macros EXT_SUFFIX and SHLIB_SUFFIX, and uses
   these instead of the SO macro.
 - keeps the SO macro, and restores it to it's original value
 - Removes the SHLIB_EXT preprocessor define (only used in
   Python/dynload_hpux.c, and there we know that we will end up
   with .sl anyway.

For trunk maybe consider removing the SO macro, I think it's better to change it back to it's original value for 3.1 and 3.2, knowing that it will probably break some Debian packaging, but that can be fixed too.
History
Date User Action Args
2013-03-20 01:42:52dokosetrecipients: + doko, barry, ncoghlan, tarek, eric.araujo, a.badger, rpetrov, dmalcolm, bkabrda, smani
2013-03-20 01:42:52dokosetmessageid: <1363743772.02.0.46896870128.issue16754@psf.upfronthosting.co.za>
2013-03-20 01:42:51dokolinkissue16754 messages
2013-03-20 01:42:51dokocreate