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

BUG: Exceptions tracebacks are dropped #15039

Merged
merged 1 commit into from
Dec 3, 2019

Conversation

eric-wieser
Copy link
Member

For some reason this code reconstructed brand new exception obects with no traceback, rather than just re-raising

Found while helping debug gh-15037

For some reason this code reconstructed brand new exception objects with no traceback, rather than just re-raising
@seberg
Copy link
Member

seberg commented Dec 3, 2019

Thanks Eric. Test failure is unrelated, so ignoring. It is a segmentation fault inside matmul (test_matrix_vector_values in test_multiarray.py) on windows 32bit. Maybe the old heisenbug in a worse incarnation.

@seberg seberg merged commit be773d4 into numpy:master Dec 3, 2019
@seberg seberg added the 09 - Backport-Candidate PRs tagged should be backported label Dec 3, 2019
@charris charris added this to the 1.17.5 release milestone Dec 5, 2019
@charris charris added component: numpy.ma masked arrays and removed 09 - Backport-Candidate PRs tagged should be backported labels Dec 6, 2019
@charris charris removed this from the 1.17.5 release milestone Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants