-
```
In [4] m = memoryview(np.array(['2001-01-01'], dtype='M8[D]'))
---------------------------------------------------------------------------
ValueError Traceback (most…
-
BPO | [14953](https://bugs.python.org/issue14953)
--- | :---
Nosy | @pitrou, @applio
Files | [memoryview-array-value.patch](https://bugs.python.org/file25754/memoryview-array-value.patch "Uploaded as …
-
Here's an idiom to send a large data buffer thru a short-write stream (e.g., non-blocking socket):
```
buffer = memoryview(data).cast('b')
while buffer:
try:
…
-
## Problem
The lack of compatibility with certain buffer types makes this module harder to use and less efficient; one cannot do a simple drop-in replacement of the built-in compression modules.
…
-
The twisst run appears to be completing but then fails when it tries to write the outfile:
Traceback (most recent call last):
File "twisst.py", line 690, in
for x in range(nTopos): weights…
drdna updated
6 years ago
-
BPO | [39767](https://bugs.python.org/issue39767)
--- | :---
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*
Show more detail…
-
In Heptapod by @mgorny on Apr 30, 2020, 10:32
This is causing problems with [csv23](https://github.com/xflr6/csv23) package.
Trivial reproducer:
```
import hashlib
import io
hashlib.new('sha512').u…
-
In Heptapod by bitbucket_importer on Sep 22, 2017, 15:05
*Created originally on Bitbucket by [voyn1991 (Taras Voynarovsky)](https://bitbucket.org/[7.3.7](https://github.com/gitlab-importer/pypy/miles…
-
**Bug Report**
Seems like a regression from 11.2, consider the following
```python
import gzip, shutil
from pathlib import Path
with open("/dev/null") as src, gzip.open("/dev/null", "wt…
-
### Proposed new feature or change:
This is less of a direct feature request than an open ended discussion on if nanoarrow might be usable by NumPy in some fashion. Has there been any discussion arou…