diff --git a/pep-0571.rst b/pep-0571.rst index 1f8ab7bc02d..096c0bd983c 100644 --- a/pep-0571.rst +++ b/pep-0571.rst @@ -155,7 +155,7 @@ the ``manylinux2010`` tag: GLIBC_2.12 CXXABI_1.3.3 GLIBCXX_3.4.13 - GCC_4.3.0 + GCC_4.5.0 As an example, ``manylinux2010`` wheels may include binary artifacts that require ``glibc`` symbols at version ``GLIBC_2.4``, because @@ -313,6 +313,16 @@ to be uploaded in the same way that it permits ``manylinux1``. It should not attempt to verify the compatibility of ``manylinux2010`` wheels. +Summary of changes to \PEP 571 +============================== + +The following changes were made to this PEP based on feedback received after +it was approved: + +* The maximum version symbol of ``libgcc_s`` was updated from ``GCC_4.3.0`` + to ``GCC_4.5.0`` to address 32-bit Cent OS 6. This doesn't affect x86_64 + because ``libgcc_s`` for x86_64 has no additional symbol from + ``GCC_4.3.0`` to ``GCC_4.5.0``. References ==========