-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Sync typeshed #5327
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
Sync typeshed #5327
Conversation
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.
Did you check if this necessitates any changes to Dropbox code bases?
Testing now, but apparently we have another problem (see test failures). I am looking into it. |
OK, the failures are because of recently added Windows platform checks. |
Maybe when we run stdlib-samples we should force the platform to linux. |
All checks were added in python/typeshed@1ae2ba0
Self-check also fails. Because daemon is not supported on Windows yet. |
Actually not so many errors internally, I will try to fix the mypy self-check and samples. |
LMK if you need another approval. |
Are you OK with the change in |
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.
Are you OK with the change in dmypy_server.py?
Yes, on Windows it would just crash with an AttributeError a few lines down at os.fork().
In preparation for the release.