-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
bpo-41207 In distutils.spawn, rewrite FileNotFound #21359
bpo-41207 In distutils.spawn, rewrite FileNotFound #21359
Conversation
Misc/NEWS.d/next/Library/2020-07-06-16-58-53.bpo-41207.Emw7Nk.rst
Outdated
Show resolved
Hide resolved
And in case you weren't aware, the code/test have been committed first to pypa/distutils where I can iterate rapidly, test against multiple Python versions, and simply merge into pypa/setuptools. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the fix. It's good that the assertRaises(DistutilsExecError) "assumption" is now codified as an actual test ;-)
Thanks for the prompt and courteous review! |
@jaraco: Status check is done, and it's a success ✅ . |
Thanks @jaraco for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
GH-21373 is a backport of this pull request to the 3.9 branch. |
Automerge-Triggered-By: @jaraco
https://bugs.python.org/issue41207
Automerge-Triggered-By: @jaraco