Emergency Self-Construct
Emergency Self-Construct
co-pilot suggests this test case: ``` diff --git i/numba_rvsdg/tests/test_ast_transforms.py w/numba_rvsdg/tests/test_ast_transforms.py index bfc7dc08df..fc09927927 100644 --- i/numba_rvsdg/tests/test_ast_transforms.py +++ w/numba_rvsdg/tests/test_ast_transforms.py @@ -1227,6 +1227,31 @@ class TestAST2SCFGTransformer(TestCase): arguments=arguments, ) + def test_and(self): + def...
The CFG that is constructed looks like: but this is not de-sugared, need to figure out what de-sugaring means in this context
Re-opened this issue to track https://github.com/numba/numba/pull/9862 -- which fixes this. #9887 was just a workaround.
@tasansal can you test #9862 with your use-case, perhaps?
@sklam any ideas for some reproduction here?
> IIRC, to reproduce, use numba.jit to compile a function that uses typed list. Then run coverage on it and make sure you are out of numba's source tree (so...
@yxdragon thank you again for asking about this. We discussed this during the developer meeting today. In general, the developers would be open to accepting a pull-request from the community...
@apiqwe thank you for submitting this. I am the person in charge of triaging issues this week. I ran your reproducer and it yielded: ``` 💣 zsh» python issue_10025.py /Users/esc/miniconda3-arm64/envs/numba_3.13/lib/python3.13/site-packages/numpy/_core/fromnumeric.py:46:...
@bbb23exposed hello and thank you for opening this issue. I am responsible for triaging issues this week. I took a look your reported issue and noticed that the code will...