-
### Describe the bug
The pure python mode of Cython is excellent, and should make it much easier to adopt cython code into Python codebases. However, there are a number of issues with the design choi…
-
|[](https://github.com/wongpat)| @wongpat reported|
|-|-|
|Trac ID|trac#10116|
|Type|defect|
|Created|2021-03-05 16:25:04Z|
Somewhere between twisted 20.3.0 and 21.2.0, I noticed errors popping up co…
-
When I tried to save the image captured by simpletest.py for the Raspberry Pi Pico, I received a corrupted image. Additionally, setting the colorspace to jpeg mode doesn't return a memoryview object. …
-
**Describe the bug**
I want to write a generic (over numpy array dtypes) function that is able to handle arbitrary shaped numpy arrays to perform simple, element-wise operations. For this, I fo…
-
When running the test suite using PyPy3.10 7.3.15 release, I'm getting lots of test failures. For example:
```pytb
______________________________ test_obj_api[File] ______________________________
…
-
In numpy 1.12.1, `_dtype_from_pep3118` requires that modifiers are specified in the order shape then byte order then count, with at most one of each. The PEP is a bit vague, but it seems like modifier…
-
Hi :wave:
I have tried for quite some time to use the Cython interface on macOS (13.5.1 on apple silicon M2) but did not have any success yet, and thought I would share my journey in case anyone s…
-
Calling a function with a pointer parameter with a Python object implementing the buffer protocol does not appear to work when the object has zero elements. Is this intended behavior?
```pycon
>>>…
-
Having this issue while running
plot.plot_fit_model()
plot.plot_out_of_sample_model_fit()
These both functions are calculating _r2_score_ from _arviz.r2_score_ which is calculating from numba.
…
-
### Describe your issue
* Identify scopes that need thread safety. That's basically everything except functions without parallel blocks in, and generators without parallel blocks in (since generato…