Numba.pycc deprecation?

Hey all,

According to the deprecation list it seems that numba.pycc is being replaced with something else - anyone knows what is going on with the project?

I’ve been investigating calling numba code from C context hence why I’m interested in the space.

Any pointers would be highly appreciated :slight_smile:

I don’t know anything about the deprecation, but numba-compiled functions can be called from c++ without pycc

1 Like