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

Fix MYPYC_BLACKLIST on Windows #7032

Merged
merged 1 commit into from Jun 21, 2019
Merged

Fix MYPYC_BLACKLIST on Windows #7032

merged 1 commit into from Jun 21, 2019

Conversation

ethanhs
Copy link
Collaborator

@ethanhs ethanhs commented Jun 21, 2019

This simple error has an unfortunately far reaching effect :(

The compiled __main__.py file doesn't work, so dmypy is broken with mypy 0.710 on Windows, which this fixes.

Closes #7031

@ethanhs ethanhs requested a review from msullivan June 21, 2019 05:04
Copy link
Collaborator

@msullivan msullivan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this.

We may need to release a 0.711 with this cherry-picked.

@ethanhs ethanhs merged commit 48916e6 into master Jun 21, 2019
@ethanhs ethanhs deleted the fixdmypywin branch June 21, 2019 05:22
@ilevkivskyi
Copy link
Member

It is of course up to @gvanrossum but I would say it makes sense to make a point release.

@JukkaL
Copy link
Collaborator

JukkaL commented Jun 21, 2019

Yeah a point release seems worth it.

@JelleZijlstra
Copy link
Member

If we do do a point release, can I request that python/typeshed#3077 be included?

@gvanrossum
Copy link
Member

Yes, I agree we should also include python/typeshed#3077. (I think this would have to be done by branching typeshed to cherry-pick just that change, and then setting the mypy release branch to use that branch as its submodule.

Can this wait until Monday?

JelleZijlstra pushed a commit to JelleZijlstra/mypy that referenced this pull request Jun 22, 2019
This fixes an issue with dmypy run not working on Windows introduced in python#6851.
PattenR pushed a commit to PattenR/mypy that referenced this pull request Jun 23, 2019
This fixes an issue with dmypy run not working on Windows introduced in python#6851.
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 this pull request may close these issues.

[Regression] dmypy run broken on Windows with 0.710
6 participants