Skip to content

Fix MYPYC_BLACKLIST on Windows#7032

Merged
emmatyping merged 1 commit into
masterfrom
fixdmypywin
Jun 21, 2019
Merged

Fix MYPYC_BLACKLIST on Windows#7032
emmatyping merged 1 commit into
masterfrom
fixdmypywin

Conversation

@emmatyping
Copy link
Copy Markdown
Member

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

@emmatyping emmatyping requested a review from msullivan June 21, 2019 05:04
Copy link
Copy Markdown
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.

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

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

@JukkaL
Copy link
Copy Markdown
Collaborator

JukkaL commented Jun 21, 2019

Yeah a point release seems worth it.

@JelleZijlstra
Copy link
Copy Markdown
Member

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

@gvanrossum
Copy link
Copy Markdown
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