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 barry, jnwatson, serhiy.storchaka, vstinner
Date 2017-09-28.14:51:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506610307.16.0.466225441844.issue29729@psf.upfronthosting.co.za>
In-reply-to
Content
The code doesn't work nice with general objects supporting the buffer protocol. The length check suppose that the value has a length, and it is the size in bytes. The code for bytes_le suppose that the value supports slicing and concatenating results of the slicing. And all this code is made as fast as possible. Additional checks and conversions will slowdown it.
History
Date User Action Args
2017-09-28 14:51:47serhiy.storchakasetrecipients: + serhiy.storchaka, barry, vstinner, jnwatson
2017-09-28 14:51:47serhiy.storchakasetmessageid: <1506610307.16.0.466225441844.issue29729@psf.upfronthosting.co.za>
2017-09-28 14:51:47serhiy.storchakalinkissue29729 messages
2017-09-28 14:51:47serhiy.storchakacreate