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 #20992 #21013

Merged
merged 1 commit into from
Mar 16, 2017
Merged

fix #20992 #21013

merged 1 commit into from
Mar 16, 2017

Conversation

JeffBezanson
Copy link
Member

This was due to type intersection returning a type containing a free variable.

precise_container_type was also trying to use types with free variables.

This was due to type intersection returning a type containing a free
variable.
@ararslan ararslan added bugfix This change fixes an existing bug types and dispatch Types, subtyping and method dispatch labels Mar 14, 2017
@JeffBezanson
Copy link
Member Author

Interesting failure on 32-bit linux here.

@timholy
Copy link
Member

timholy commented Mar 14, 2017

Out of curiosity I tested whether this fixes #20714, but no luck.

@vtjnash
Copy link
Member

vtjnash commented Mar 14, 2017

This can be checked off the list in #19998

@JeffBezanson JeffBezanson merged commit 09e7ef2 into master Mar 16, 2017
@tkelman tkelman deleted the jb/fix20992 branch March 16, 2017 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug types and dispatch Types, subtyping and method dispatch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants