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 kristjan.jonsson, pitrou, serhiy.storchaka, stangelandcl, terry.reedy
Date 2014-11-18.13:48:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416318516.19.0.292053891252.issue22113@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is similar to issue10212. Here is a patch which makes struct.pack_into() support new buffer protocol.

Something similar should be applied to 3.x because PyObject_AsWriteBuffer() is deprecated and not safe.
History
Date User Action Args
2014-11-18 13:48:36serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, pitrou, kristjan.jonsson, stangelandcl
2014-11-18 13:48:36serhiy.storchakasetmessageid: <1416318516.19.0.292053891252.issue22113@psf.upfronthosting.co.za>
2014-11-18 13:48:36serhiy.storchakalinkissue22113 messages
2014-11-18 13:48:35serhiy.storchakacreate