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

try command support #4999

Closed
astroXiao opened this issue Dec 21, 2019 · 2 comments
Closed

try command support #4999

astroXiao opened this issue Dec 21, 2019 · 2 comments
Labels
question Notes an issue as a question

Comments

@astroXiao
Copy link

Numba failed to use nopython mode because there is a "try" command in my code.
I hope Numba can support try command. Although we use Numba mainly for mathematic calculations, the usage of try will simplify our code sometimes.

Thanks

@esc esc added the question Notes an issue as a question label Dec 21, 2019
@esc
Copy link
Member

esc commented Dec 21, 2019

@astroXiao thanks for asking about this the initial support for try and except will be introduced with the 0.47.0 release:

https://github.com/numba/numba/pull/4995/files

The release candidate is tagged already and packages are now arriving for conda and pip.

@stuartarchibald
Copy link
Contributor

Implemented in #4902 closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Notes an issue as a question
Projects
None yet
Development

No branches or pull requests

3 participants