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

Curry errors #52

Merged
merged 4 commits into from
Oct 28, 2013
Merged

Curry errors #52

merged 4 commits into from
Oct 28, 2013

Conversation

mrocklin
Copy link
Member

Previously curry hid a number of errors in user code. In particular any TypeError was assumed to be the cause of not-enough-arguments. Now we use the inspect module to determine the number of required args ahead of time.

mrocklin added a commit that referenced this pull request Oct 28, 2013
@mrocklin mrocklin merged commit a7daeeb into pytoolz:master Oct 28, 2013
@mrocklin
Copy link
Member Author

It turns out that this change killed performance in some applications.

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.

1 participant