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

No type check fix #666

Merged
merged 2 commits into from
May 14, 2015
Merged

No type check fix #666

merged 2 commits into from
May 14, 2015

Conversation

spkersten
Copy link
Contributor

Fixes #663 and now also ignores semantic errors in function decorated with no_type_check.

…ignored as well in decorated functions. A call to a function decorated with no_type_check (inside a function) before the function is defined will not result in an error anymore.
@JukkaL JukkaL merged commit 781b751 into python:master May 14, 2015
@JukkaL
Copy link
Collaborator

JukkaL commented May 14, 2015

Cool, thanks for the fixes! Looks good.

@spkersten spkersten deleted the no_type_check_fix branch June 17, 2015 19:42
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.

Cannot determine type of a function with a no_type_check decorator
2 participants