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 martin.panter
Recipients eryksun, martin.panter, spearsem@gmail.com, xiang.zhang
Date 2016-11-19.01:01:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479517293.59.0.763727294047.issue25659@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch implementing Eryk’s suggestion, for both from_buffer() and from_buffer_copy() methods. This is exactly how it is already handled for Array.from_address(). The two buffer methods were added more recently than from_address().
History
Date User Action Args
2016-11-19 01:01:33martin.pantersetrecipients: + martin.panter, eryksun, xiang.zhang, spearsem@gmail.com
2016-11-19 01:01:33martin.pantersetmessageid: <1479517293.59.0.763727294047.issue25659@psf.upfronthosting.co.za>
2016-11-19 01:01:33martin.panterlinkissue25659 messages
2016-11-19 01:01:33martin.pantercreate