]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
First (uncontroversial) part of issue 9807.
authorBarry Warsaw <barry@python.org>
Sat, 16 Oct 2010 01:04:07 +0000 (01:04 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 16 Oct 2010 01:04:07 +0000 (01:04 +0000)
commit8cf4eae522592549a92b7b599838f63ba56120cd
tree76c8a9608c4efa297a67938429970361e3655d1f
parentd8d835bd1daa2d097c0d9a9ad1826d2bc111e19e
First (uncontroversial) part of issue 9807.

* Expose the build flags to Python as sys.abiflags
* Shared library libpythonX.Y<abiflags>.so
* python-config --abiflags
* Make two distutils tests that failed with --enable-shared (even before this
  patch) succeed.
* Fix a few small style issues.
Doc/library/sys.rst
Lib/distutils/command/build_ext.py
Lib/distutils/tests/test_build_ext.py
Lib/test/test_sys.py
Makefile.pre.in
Misc/python-config.in
Python/sysmodule.c
configure
configure.in