-
but see [python issue7827](http://bugs.python.org/issue7827).
-
-
Having issue's re-initializing SD card:
https://github.com/micropython/micropython/issues/7414
So I have made changes to sdcard.py:
https://github.com/micropython/micropython/blob/master/drivers/…
-
**Describe the issue**:
I'm trying to compute a histogram over a 12 TB array of pairwise distances and it fails.
Returns either `ValueError: memoryview is too large`
```
http://127.0.0.1:…
-
When working with float data arrays I ran into a very strange bug where the underlying memory view would somehow behave strange.
What seems to trigger the bug is when a FloatDataArray is accessed …
-
ruby/fiddle has experimental memoryview support. Can we get memoryview support in ffi
-
### Describe the bug
Using the latest published version of `wai-bindgen-wasmer` which is [0.4.0](https://docs.rs/crate/wai-bindgen-wasmer/0.4.0), doesn't work correctly. Trying to pass a list o…
-
BPO | [15945](https://bugs.python.org/issue15945)
--- | :---
Nosy | @pitrou, @glyph, @vadmium
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the …
-
Would be nice if one could cast something to a strided memoryview with non-trivial striding. This is basically an extension of casting a pointer to a memoryview.
```python
cdef np.ndarray[float, n…
-
When using Python 2.7.13, I'm getting the following:
```
body: (1016b)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/kombu/message.py", line 62, in _reraise_…