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 skrah
Recipients amaury.forgeotdarc, brett.cannon, hynek, jcea, larry, pitrou, skrah
Date 2012-05-24.07:26:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337844397.4.0.875996294796.issue14889@psf.upfronthosting.co.za>
In-reply-to
Content
I also wonder how the buffer interface section can fail.
PyBuffer_ToContiguous() should translate to a simple memcpy()
for a bytes object. What is going on?
History
Date User Action Args
2012-05-24 07:26:37skrahsetrecipients: + skrah, brett.cannon, jcea, amaury.forgeotdarc, pitrou, larry, hynek
2012-05-24 07:26:37skrahsetmessageid: <1337844397.4.0.875996294796.issue14889@psf.upfronthosting.co.za>
2012-05-24 07:26:36skrahlinkissue14889 messages
2012-05-24 07:26:36skrahcreate