Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate distutils_hack and support for 'import distutils' before 'import setuptools' #4137

Closed
jaraco opened this issue Nov 24, 2023 · 0 comments · Fixed by #4410
Closed
Assignees

Comments

@jaraco
Copy link
Member

jaraco commented Nov 24, 2023

With the release of Python 3.12 without distutils in the stdlib, it's now a good time to consider dropping support for import distutils and all reliance of distutils from the stdlib (i.e. SETUPTOOLS_USE_DISTUTILS=stdlib). Let's start by deprecating that code path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@jaraco and others