Part of the compilers decoupling epic #5264 (Phase 3). setuptools repo.
Fill the gaps in docs/deprecated/distutils-legacy.rst: add rows for distutils.ccompiler / new_compiler / get_platform, and document the compilers.C public API (#5264 Phase 2).
Consumers are pointed at the compilers.C package directly — there is intentionally no setuptools re-export layer.
Resolves the documentation half of #2806.
Part of the compilers decoupling epic #5264 (Phase 3). setuptools repo.
Fill the gaps in
docs/deprecated/distutils-legacy.rst: add rows fordistutils.ccompiler/new_compiler/get_platform, and document thecompilers.Cpublic API (#5264 Phase 2).Consumers are pointed at the
compilers.Cpackage directly — there is intentionally no setuptools re-export layer.Resolves the documentation half of #2806.