This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:46serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, taleinat, python-dev, martin.panter
2015-05-26 07:39:46serhiy.storchakasetmessageid: <1432625986.63.0.149824623455.issue24009@psf.upfronthosting.co.za>
2015-05-26 07:39:46serhiy.storchakalinkissue24009 messages
2015-05-26 07:39:46serhiy.storchakacreate