-
The unpacker currently requires the file to return bytes.
```
cdef read_from_file(self):
next_bytes = self.file_like_read(
min(self.read_size,
self.max…
-
python3.6
run the example then
```
TypeError: ord() expected string of length 1, but memoryview found
```
-
### Zarr version
2.18.1
### Numcodecs version
0.12.1
### Python Version
3.10.14
### Operating System
Linux
### Installation
From autogenerated from git tag tar ball.
### Description
Looks l…
-
In Heptapod by @mattip on Apr 11, 2022, 20:20
On CPython, this raises the BufferError since CPython [tracks exports of a mmap](https://github.com/python/cpython/blob/a8abb76af92a5f6883a640a987f9f45b4…
-
In this line...
https://github.com/submarcos/django-vectortiles/blob/86f00879a27a0c5aaf1eebad6448ca27993a3d13/vectortiles/postgis/mixins.py#L58
the entire MVT response from PostGIS is converted …
-
When scaling a `Storage` by a numpy float type (e.g. `np.float64`) using the ThrustRTC backend, an exception is thrown
```
AttributeError: 'memoryview' object has no attribute 'ndarray'
```
To r…
-
The use of the native python mmap read()/write() or slice to read and write 32 bits dwords in PCIe IO cause unwanted double accesses, that can have side effects in the device
```
d = Device("0000:…
-
In the gaussianimage_cholesky.py we have a six bit quantizer with three channels:
```
self.cholesky_quantizer = UniformQuantizer(signed=False, bits=6, learned=True, num_channels=3)
```
…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.2.0-beta.0-35-g6f6b8b03a6 on 2024-10-09; ESP32-S3-DevKitC-1-N8R8-with-HACKTABLET with ESP32S3
Adafruit CircuitPython 9.2.0-beta.0-31-g14d…
-
When receiving a lot of data, the `_as_read` function tries to allocate a byte array at [line 222](https://github.com/peterhinch/micropython-mqtt/blob/master/mqtt_as/__init__.py#L222) for the incoming…