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 Rondom, elias, ethan.furman, martin.panter, ncoghlan, ned.deily, serhiy.storchaka
Date 2016-10-11.20:36:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476218174.11.0.470392368413.issue27923@psf.upfronthosting.co.za>
In-reply-to
Content
For arbitrary C-contiguous buffers aka “bytes-like objects” (which are not just arrays of bytes), I think this trick relies on Issue 15944, which is only added in 3.5+.
History
Date User Action Args
2016-10-11 20:36:14martin.pantersetrecipients: + martin.panter, ncoghlan, ned.deily, ethan.furman, elias, serhiy.storchaka, Rondom
2016-10-11 20:36:14martin.pantersetmessageid: <1476218174.11.0.470392368413.issue27923@psf.upfronthosting.co.za>
2016-10-11 20:36:14martin.panterlinkissue27923 messages
2016-10-11 20:36:14martin.pantercreate