summaryrefslogtreecommitdiff
path: root/changelog.d/2232.breaking.rst
blob: b5a3c7e8bbb2f27bd38493c747a712887ab491f9 (plain)
1
Once again, Setuptools overrides the stdlib distutils on import. For environments or invocations where this behavior is undesirable, users are provided with a temporary escape hatch. If the environment variable ``SETUPTOOLS_USE_DISTUTILS`` is set to ``stdlib``, Setuptools will fall back to the legacy behavior. Use of this escape hatch is discouraged, but it is provided to ease the transition while proper fixes for edge cases can be addressed. Due to pip #8761, it is currently necessary to invoke this escape hatch when upgrading setuptools.