Merge into py3k : sovers : Code : Python (original) (raw)
Merge lp:~barry/python/sovers into lp:python/py3k
Status: | Merged |
---|---|
Merge reported by: | Barry Warsaw |
Merged at revision: | not available |
Proposed branch: | lp:~barry/python/sovers |
Merge into: | lp:python/py3k |
Diff against target: | 1886 lines (+438/-341)6 files modifiedLib/distutils/tests/test_build_ext.py (+3/-4)Makefile.pre.in (+6/-0)Python/dynload_shlib.c (+13/-6)configure (+352/-298)configure.in (+63/-32)pyconfig.h.in (+1/-1) |
To merge this branch: | bzr merge lp:~barry/python/sovers |
Related bugs: | Link a bug report |
Description of the change
Adds ./configure --with-so-abi-tag to set the .so tag for importing and distutils extension building.