cpython/Misc/NEWS.d/next/Build/2023-05-20-23-49-30.gh-issu...

7 lines
298 B
ReStructuredText

Include ``commoninstall`` as a prerequisite for ``bininstall``
This ensures that ``commoninstall`` is completed before ``bininstall``
is started when parallel builds are used (``make -j install``), and so
the ``python3`` symlink is only installed after all standard library
modules are installed.