mirror of
https://github.com/python/cpython.git
synced 2026-05-11 23:18:57 -04:00
8cf4eae522
* 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.