Hanif Ariffin
Hanif Ariffin
`test_audit.py` This basically noop because RustPython does not have sys.audit yet? I have created PR here https://github.com/RustPython/RustPython/pull/5637 `test_audioop` ~~I don't think test/test_audioop.py exists?~~ Fails because `audioop` module is not implemented....
@guilhermeleobas I think its ready now. I had to rebase and push force because the commit got messed up somehow...Sorry about that.
Hm..I tried to fix this but I think the problem is that it is trying to use `set_lt` overloads to compare complex? ``` /home/hbina085/miniconda3/envs/numbadev/bin/python /home/hbina085/git/numba/ggg_searchsorted.py [1] expected [1] Traceback (most...
> As with many significant and complex additions, there was a question as to whether this could be made into a Numba extension rather than being integrated with Numba The...