We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885a713 commit a444642Copy full SHA for a444642
README.rst
@@ -85,6 +85,11 @@ are also encountered in the wild. Other less common or virtually
85
unheard of flag combinations (such as ``--with-pydebug`` (``d``) and
86
``--without-pymalloc`` (absence of ``m``)) are not provided.
87
88
+Note that `starting with CPython 3.8 <https://docs.python.org/dev/whatsnew/3.8.html#build-and-c-api-changes>`_,
89
+default ``sys.abiflags`` became an empty string: the ``m`` flag for pymalloc
90
+became useless (builds with and without pymalloc are ABI compatible) and so has
91
+been removed. (e.g. ``/opt/python/cp38-cp38``)
92
+
93
Building Docker images
94
----------------------
95
0 commit comments