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 smani
Recipients barry, eric.araujo, smani, tarek
Date 2013-01-28.23:15:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359414950.29.0.779076388305.issue16754@psf.upfronthosting.co.za>
In-reply-to
Content
So, from what I can see, historically the SO extension was taken from sysconfig.py, see [1] lines 24 and 60. Then, the CCompiler class got overhauled, and the value was hardcoded to ".so", see [2], but the "compiler.shared_lib_extension = SO" statement remained, presumably oversight. So technically, this is also affecting python 2.x, though in that case it does not make any difference, since python2 does not use versioned so-names for binary modules.

[1] http://hg.python.org/cpython/file/2802fb52e99b/Lib/distutils/unixccompiler.py
[2] http://hg.python.org/cpython/rev/7922d08426ca
History
Date User Action Args
2013-01-28 23:15:50smanisetrecipients: + smani, barry, tarek, eric.araujo
2013-01-28 23:15:50smanisetmessageid: <1359414950.29.0.779076388305.issue16754@psf.upfronthosting.co.za>
2013-01-28 23:15:50smanilinkissue16754 messages
2013-01-28 23:15:50smanicreate