bbb23exposed

Results 16 issues of bbb23exposed

### Describe the bug Comparing a ctuple to a constant ctuple results in a cython compilation error even if every type is explicitly casted. ### Code to reproduce the behaviour:...

### Is your feature request related to a problem? Please describe. Cython returns the error "Cannot convert [ctuple name] to Python object" when assigning a new ctuple to a variable...

## Reporting a bug - [x] I have tried using the latest released version of Numba (most recent is visible in the release notes (https://numba.readthedocs.io/en/stable/release-notes-overview.html). - [x] I have included...

bug - incorrect behavior

## Reporting a bug - [x] I have tried using the latest released version of Numba (most recent is visible in the release notes (https://numba.readthedocs.io/en/stable/release-notes-overview.html). - [x] I have included...

bug - failure to compile

Optimize `range(start, end, step)` when `step` is known to be an unsigned integer. If `step` is unsigned, it is also positive, so we can skip the business of dealing with...

### Describe the bug Using a fused type in `__getitem__` to differentiate between `slice` and `unsigned long`, causes "TypeError: object is not subscriptable" despite calling `__getitem__` directly still working ###...

### Describe the bug Comparing memoryview slices causes invalid C code to be generated. ### Code to reproduce the behaviour: ```cython cdef bint test(int[:] a, int[:] b): return a[:5] ==...

feature
defect
Code Generation

### Describe the bug ``` symbolic.pyx:1:5: Compiler crash in AnalyseDeclarationsTransform File 'ModuleNode.py', line 203, in analyse_declarations: ModuleNode(symbolic.pyx:1:0, full_module_name = 'symbolic') File 'Nodes.py', line 393, in analyse_declarations: StatListNode(symbolic.pyx:1:5) File 'Nodes.py', line...

Error Reporting

### Describe the bug ``` Error compiling Cython file: ------------------------------------------------------------ ... def _udivisors(n): ^ ------------------------------------------------------------ sympy/ntheory/factor_.py:1:0: Compiler crash in AnalyseExpressionsTransform ModuleNode.body = StatListNode(factor_.py:1:0) StatListNode.stats[0] = GeneratorDefNode(factor_.py:1:0, doc = 'Helper function...