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

Fix bad attr access on certain typing templates breaking exceptions. #5912

Merged
merged 2 commits into from Jun 24, 2020

Conversation

stuartarchibald
Copy link
Contributor

As title.

Fixes #5860
Closes #5844

numba/core/typing/templates.py Outdated Show resolved Hide resolved
numba/core/typing/templates.py Outdated Show resolved Hide resolved
@sklam sklam added 4 - Waiting on author Waiting for author to respond to review and removed 3 - Ready for Review labels Jun 23, 2020
@stuartarchibald stuartarchibald added 4 - Waiting on reviewer Waiting for reviewer to respond to author and removed 4 - Waiting on author Waiting for author to respond to review labels Jun 24, 2020
@sklam sklam added 5 - Ready to merge Review and testing done, is ready to merge and removed 4 - Waiting on reviewer Waiting for reviewer to respond to author labels Jun 24, 2020
@sklam sklam mentioned this pull request Jun 24, 2020
23 tasks
@sklam sklam merged commit 41e95d2 into numba:master Jun 24, 2020
sklam added a commit that referenced this pull request Jun 24, 2020
Fix bad attr access on certain typing templates breaking exceptions.
@esc esc mentioned this pull request Jul 17, 2020
31 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to merge Review and testing done, is ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typing errors in device functions aren't properly reported Refactor source location info into Template
2 participants