diff --git a/README.rst b/README.rst index e50cf194..b30cca86 100644 --- a/README.rst +++ b/README.rst @@ -81,6 +81,11 @@ are also encountered in the wild. Other less common or virtually unheard of flag combinations (such as ``--with-pydebug`` (``d``) and ``--without-pymalloc`` (absence of ``m``)) are not provided. +Note that `starting with CPython 3.8 `_, +default ``sys.abiflags`` became an empty string: the ``m`` flag for pymalloc +became useless (builds with and without pymalloc are ABI compatible) and so has +been removed. (e.g. ``/opt/python/cp38-cp38``) + Building Docker images ----------------------