Serhiy Storchaka added the comment:

“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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24009>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to