Message169464
| Author | skrah |
|---|---|
| Recipients | belopolsky, docs@python, ncoghlan, pitrou, skrah |
| Date | 2012-08-30.14:57:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <20120830145719.GA14110@sleipnir.bytereef.org> |
| In-reply-to | <1346337373.39.0.378356509277.issue15821@psf.upfronthosting.co.za> |
| Content | |
|---|---|
PyMemoryViewObject already is a PyVarObject with its own shape, strides and suboffsets. It is the PyManagedBuffer object that directly communicates with exporters. The decision to store *exactly* the buffer that is obtained from the exporter was made in #10181. Your test case seems to pass here. :) Was it supposed to crash? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-08-30 14:57:21 | skrah | set | recipients: + skrah, ncoghlan, belopolsky, pitrou, docs@python |
| 2012-08-30 14:57:20 | skrah | link | issue15821 messages |
| 2012-08-30 14:57:18 | skrah | create | |