-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
TypeConversionDict should not return default for KeyError during conversion #1102
Milestone
Comments
Let's keep this out of the maintenance branch since the bugfix isn't critical but potentially breaks code. |
This was referenced Dec 7, 2017
This was referenced Jan 5, 2018
This was referenced Jan 15, 2018
This was referenced Jan 29, 2018
This was referenced Feb 5, 2018
This was referenced Feb 13, 2018
This was referenced Feb 26, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From #1078. If the conversion function raises a
KeyError
, that should be propagated instead of returning the default.The text was updated successfully, but these errors were encountered: