Message244087
| Author | serhiy.storchaka |
|---|---|
| Recipients | martin.panter, python-dev, ronaldoussoren, serhiy.storchaka, taleinat |
| Date | 2015-05-26.07:39:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1432625986.63.0.149824623455.issue24009@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
“s#”, “z#”, “y” and “y#” work only with read-only buffers, for which PyBuffer_Release() is no-op operation. Initially they was designed for work with old buffer protocol that doesn't support releasing a buffer. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-26 07:39:46 | serhiy.storchaka | set | recipients: + serhiy.storchaka, ronaldoussoren, taleinat, python-dev, martin.panter |
| 2015-05-26 07:39:46 | serhiy.storchaka | set | messageid: <1432625986.63.0.149824623455.issue24009@psf.upfronthosting.co.za> |
| 2015-05-26 07:39:46 | serhiy.storchaka | link | issue24009 messages |
| 2015-05-26 07:39:46 | serhiy.storchaka | create | |