-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
test_peg_generator fails when using -Werror: dep_util is Deprecated #132921
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
Labels
tests
Tests in the Lib/test dir
Comments
setuptools changelog says:
See discussion: pypa/setuptools#4128 (comment) |
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Apr 25, 2025
Replace setuptools._distutils.dep_util with setuptools.modified in peg_generator compile_c_extension().
Regression introduced by a setuptools update: #132415. |
vstinner
added a commit
that referenced
this issue
Apr 25, 2025
Replace setuptools._distutils.dep_util with setuptools.modified in peg_generator compile_c_extension().
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Apr 25, 2025
…onGH-132923) Replace setuptools._distutils.dep_util with setuptools.modified in peg_generator compile_c_extension(). (cherry picked from commit 1a70f66) Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Apr 26, 2025
…precation (pythonGH-132923) (python#132926)" This reverts commit 3776ade. setuptools.modified module is not available on old setuptools versions.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example: https://buildbot.python.org/#/builders/146/builds/11260
Linked PRs
The text was updated successfully, but these errors were encountered: