-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
repr(CIMultiDictProxy(CIMultiDict())) clears current exception #410
Labels
Comments
zware
changed the title
repr(CIMultiDictProxy() clears current exception
repr(CIMultiDictProxy(CIMultiDict())) clears current exception
Jun 13, 2015
Thanks for report! |
asvetlov
added a commit
that referenced
this issue
Jun 13, 2015
Fixed in 0.16.4 release |
Reported to Cython development list. |
asvetlov
added a commit
that referenced
this issue
Jun 13, 2015
Thanks for the quick response! I suspected it might be a Cython issue, but I'm completely unfamiliar with Cython. |
@zware sure! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reproducer:
Results:
This is fairly serious; if you stick an 'as e' at the end of 'except Exception' and a 'raise' at the end of the except block, you wind up with a segfault.
Discovered in version 0.14.4, confirmed in 0.16.3.
The text was updated successfully, but these errors were encountered: