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 python-dev
Recipients Arfrever, belopolsky, larry, martin.panter, pitrou, python-dev, serhiy.storchaka, skrah
Date 2015-02-03.00:05:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150203000514.34384.74106@psf.io>
In-reply-to
Content
New changeset 1da9630e9b7f by Serhiy Storchaka in branch '3.4':
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
https://hg.python.org/cpython/rev/1da9630e9b7f

New changeset 2e684ce772de by Serhiy Storchaka in branch 'default':
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
https://hg.python.org/cpython/rev/2e684ce772de

New changeset 0024537a4687 by Serhiy Storchaka in branch 'default':
Issue #22896: Fixed using _getbuffer() in recently added _PyBytes_Format().
https://hg.python.org/cpython/rev/0024537a4687
History
Date User Action Args
2015-02-03 00:05:21python-devsetrecipients: + python-dev, belopolsky, pitrou, larry, Arfrever, skrah, martin.panter, serhiy.storchaka
2015-02-03 00:05:21python-devlinkissue22896 messages
2015-02-03 00:05:21python-devcreate