Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/guides/tool-recommendations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ Do **not** use :ref:`distutils`, which is deprecated, and has been removed from
the standard library in Python 3.12, although it still remains available from
setuptools.

.. _extension-module-tool-recommendations:

Build backends for extension modules
------------------------------------

For packages with :term:`extension modules <extension module>`, it is best to use
a build system with dedicated support for the language the extension is written in,
for example:
Expand Down