Message170494
| Author | dabeaz |
|---|---|
| Recipients | dabeaz, pitrou, skrah |
| Date | 2012-09-14.17:30:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1347643870.04.0.0376711754309.issue15944@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I should add that 0-dim indexing doesn't work as described either: >>> import ctypes >>> d = ctypes.c_double() >>> m = memoryview(d) >>> m[()] Traceback (most recent call last): File "<stdin>", line 1, in <module> NotImplementedError: memoryview: unsupported format <d >>> |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-09-14 17:31:10 | dabeaz | set | recipients: + dabeaz, pitrou, skrah |
| 2012-09-14 17:31:10 | dabeaz | set | messageid: <1347643870.04.0.0376711754309.issue15944@psf.upfronthosting.co.za> |
| 2012-09-14 17:30:49 | dabeaz | link | issue15944 messages |
| 2012-09-14 17:30:48 | dabeaz | create | |