Emergency Self-Construct
Emergency Self-Construct
With `main` from today (fb1d52b988d308852a7023132eabaee8c7a750dd) ``` 💣 zsh» python -m numba.runtests -v numba.tests.test_parfors.TestParforsRunner.test_TestPrangeSpecific test_TestPrangeSpecific (numba.tests.test_parfors.TestParforsRunner.test_TestPrangeSpecific) ... FAIL ====================================================================== FAIL: test_TestPrangeSpecific (numba.tests.test_parfors.TestParforsRunner.test_TestPrangeSpecific) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/esc/git/numba/numba/tests/test_parfors.py", line...
Following #9310 I found two more bytecodes that were last seen with 3.7: `SETUP_LOOP` and `BREAK_LOOP`. These also appear in the documentation about the Numba architecture `docs/source/developer/architecture.rst`. However, updating the...
RTD is currently broken and not tested as part of a CI run. Needs fixing.
Seems like this package can not be built with 3.12 as of current `HEAD` at 1e2f24417d https://github.com/numba/numba-scipy/pull/100#issuecomment-2042763667
As title
This issue collects information for and plans towards creating a Source/AST frontend for Numba. Context: Numba targets the cpython bytecode implementation since the source code may not always be available...
While we expect that all `__loop_cont__` variables are used in the correct scope, adding a version number to the variable will help when debugging nested loops. The tests do not...
Using the instructions at: https://davidmathlogic.com/colorblind/#%23648FFF-%23785EF0-%23DC267F-%23FE6100-%23FFB000 I opted to use the IBM palette. [old_colors.pdf](https://github.com/user-attachments/files/17192896/old_colors.pdf) [new_colors.pdf](https://github.com/user-attachments/files/17192899/new_colors.pdf)