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 vstinner
Recipients neologix, pitrou, python-dev, vstinner
Date 2015-03-19.23:31:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426807882.09.0.0897681401101.issue23709@psf.upfronthosting.co.za>
In-reply-to
Content
I commited changes to use _Py_read() and _Py_write().

I attach an updated patch to use Py_ssize_t instead of int, and to use Py_buffer instead of char*.
History
Date User Action Args
2015-03-19 23:31:22vstinnersetrecipients: + vstinner, pitrou, neologix, python-dev
2015-03-19 23:31:22vstinnersetmessageid: <1426807882.09.0.0897681401101.issue23709@psf.upfronthosting.co.za>
2015-03-19 23:31:22vstinnerlinkissue23709 messages
2015-03-19 23:31:22vstinnercreate