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 Marc.Abramowitz, barry
Date 2013-11-11.18:21:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384194068.7.0.820880387928.issue19555@psf.upfronthosting.co.za>
In-reply-to
Content
Never mind, this is an intentional change:

- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
  two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of
  SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.

Although this does introduce some backward compatibility issues.  Perhaps sysconfig.get_config_var('SO') should be deprecated in 3.4 and removed in 3.5.
History
Date User Action Args
2013-11-11 18:21:08barrysetrecipients: + barry, Marc.Abramowitz
2013-11-11 18:21:08barrysetmessageid: <1384194068.7.0.820880387928.issue19555@psf.upfronthosting.co.za>
2013-11-11 18:21:08barrylinkissue19555 messages
2013-11-11 18:21:08barrycreate