We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python exceptions originating in c_is_list_like() are not propagated as the function doesn't declare an exception value (except -1).
c_is_list_like()
except -1
https://github.com/pandas-dev/pandas/blob/master/pandas/_libs/lib.pyx#L988
The text was updated successfully, but these errors were encountered:
BUG: Propagate Python exceptions from c_is_list_like (pandas-dev#33721)
495f697
da1f74a
Can you give an example of where the problem shows up?
Sorry, something went wrong.
@jbrockmendel Unfortunately I'm not able to reproduce easily at this moment. I left a comment here that hopefully sheds some light on the issue.
BUG: Propagate Python exceptions from c_is_list_like (#33721) (#33723)
b828d74
BUG: Propagate Python exceptions from c_is_list_like (pandas-dev#33721)…
b92cc92
… (pandas-dev#33723)
Successfully merging a pull request may close this issue.
Python exceptions originating in
c_is_list_like()
are not propagated as the function doesn't declare an exception value (except -1
).https://github.com/pandas-dev/pandas/blob/master/pandas/_libs/lib.pyx#L988
The text was updated successfully, but these errors were encountered: