]> granicus.if.org Git - python/commit
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
authordoko@ubuntu.com <doko@ubuntu.com>
Thu, 21 Mar 2013 20:31:41 +0000 (13:31 -0700)
committerdoko@ubuntu.com <doko@ubuntu.com>
Thu, 21 Mar 2013 20:31:41 +0000 (13:31 -0700)
commit1621d77fc8fb2385d26c7de39f55df60426ec6ec
tree0a31742c8b8aed6453b95f92a77f50f66d5085cd
parentbd2d30cf31c61843645a96a377aa0573052c4972
parentd5537d071cc2acada7220431a0eea5931c2e8a2d
- 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.
Doc/whatsnew/3.2.rst
Lib/distutils/command/build_ext.py
Lib/distutils/sysconfig.py
Lib/sysconfig.py
Makefile.pre.in
Misc/NEWS
Misc/python-config.in
configure
configure.ac
setup.py