Message239031
| Author | serhiy.storchaka |
|---|---|
| Recipients | martin.panter, python-dev, serhiy.storchaka, skrah, vstinner, wolma |
| Date | 2015-03-23.14:37:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <59466636.NKnby2TS9I@raxxla> |
| In-reply-to | <1427119685.87.0.476962515944.issue23688@psf.upfronthosting.co.za> |
| Content | |
|---|---|
Here is a patch that restores support on non-contiguous memoryviews. It would be better to drop support of non-contiguous data, because it worked only by accident. Needed support of only bytes-like memoryviews written by BufferedWriter. |
|
| Files | |
|---|---|
| File name | Uploaded |
| gzip_write_noncontiguous.patch | serhiy.storchaka, 2015-03-23.14:37:02 |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-23 14:37:02 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, skrah, python-dev, martin.panter, wolma |
| 2015-03-23 14:37:02 | serhiy.storchaka | link | issue23688 messages |
| 2015-03-23 14:37:02 | serhiy.storchaka | create | |