-
Hi. I testing sharedarea on simple flask application. This code increment 4 byte integer on every request. I added sharedarea_wlock, because another process can modify memory between uwsgi.sharedarea_…
-
Configuration name: 3d_fullres
{'data_identifier': 'nnUNetPlans_3d_fullres', 'preprocessor_name': 'DefaultPreprocessor', 'batch_size': 1, 'patch_size': [128, 128, 128], 'median_image_size_in_voxels'…
-
Currently [`memoryview.cast` requires C-contiguous data]( https://github.com/python/cpython/blob/7d8b69e1d1f125454d8cec81ff0dee72f2bef957/Objects/memoryobject.c#L1369-L1373 ) when going from N-D to 1-…
-
For some reason, when `disableBytesTypePromotions = false`, basedpyright no longer reports `unnecessaryIsInstance` in the code below:
```python
x: bytes = ... # pyright: ignore[reportAssignmentType…
-
Appears that accessing the `size` attribute of a `memoryview` in a `nogil` section is invalid.
Code:
```cython
cimport numpy as np
import numpy as np
np.import_array()
cpdef void tes…
-
Naively would think the following code would use some C level access pattern (e.g. using `Py_buffer`), but it appears to be generating Python attribute access code. Any ideas why?
```cython
cpdef …
-
The following code causes a memory leak in `janus.discretegreenop`:
``` python
import janus.discretegreenop as discretegreenop
import janus.greenop as greenop
from janus.matprop import IsotropicLine…
-
* cybuffer version: 0.1.0
* Python version: 3.6.7
* Operating System: macOS 10.11
### Description
Currently `datetime` and `timedelta` objects are not supported. This is essentially a conseque…
-
# Feature or enhancement
### Proposal:
`memoryview` was made generic in typeshed in https://github.com/python/typeshed/pull/12247. Mypy recently received a report (https://github.com/python/mypy/iss…
-
### Describe the issue:
When comparing np.void against a memoryview results in "TypeError: Cannot compare structured with unstructured void arrays. (unreachable error, please report to NumPy devs.)".…