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 martin.panter, pitrou, serhiy.storchaka
Date 2016-04-14.09:59:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460627994.56.0.847526661668.issue26754@psf.upfronthosting.co.za>
In-reply-to
Content
I agree it is a bit strange. It looks like it is a victim of PyBytes_FromObject() doing more than it says; its documentation only mentions the buffer protocol, not accepting iterables.
History
Date User Action Args
2016-04-14 09:59:54martin.pantersetrecipients: + martin.panter, pitrou, serhiy.storchaka
2016-04-14 09:59:54martin.pantersetmessageid: <1460627994.56.0.847526661668.issue26754@psf.upfronthosting.co.za>
2016-04-14 09:59:54martin.panterlinkissue26754 messages
2016-04-14 09:59:54martin.pantercreate