-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Improve distutils #418
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
Merged
Merged
Improve distutils #418
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4cf356c
to
2e113f8
Compare
We'll export a fix for google/pytype#30 today. |
Nice! I won't be able to update the PR for some days, so feel free to take over. |
Closing and reopening, to force a Travis rebuild. |
Travis is still broken, seems we need to remove some unwarranted |
2e113f8
to
91e11ad
Compare
91e11ad
to
cf6a6b1
Compare
my fault -- a pytype update broke travis.. Will check next time. PR #430 should make travis green... |
cf6a6b1
to
4eb2d07
Compare
4eb2d07
to
6808495
Compare
#430 indeed makes it work. |
hswong3i
pushed a commit
to alvistack/python-typeshed
that referenced
this pull request
May 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add the whole distutils hierarchy. Also, merge py2 and py3 version of old stubs.
There is a bunch of empty file, it is because the documentations advertise the module but there isn't any definition in it, so importable but useless (let's respect the doc).
Currently failling because of pytype#30.