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 jcea, loewis, petriborg, serhiy.storchaka, trent, vstinner
Date 2017-06-20.14:54:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497970481.74.0.398303867619.issue16258@psf.upfronthosting.co.za>
In-reply-to
Content
This will change the documented behavior. Even if allow this change in a new feature release, it can't be made in maintained releases.

A tuple of integers is memory excessive and slow. A bytes object is more compact (but may be less compact than a string) and faster. But on little-endian platform every wchar_t should be converted to big-endian for supporting comparison of bytes objects.
History
Date User Action Args
2017-06-20 14:54:41serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, jcea, vstinner, trent, petriborg
2017-06-20 14:54:41serhiy.storchakasetmessageid: <1497970481.74.0.398303867619.issue16258@psf.upfronthosting.co.za>
2017-06-20 14:54:41serhiy.storchakalinkissue16258 messages
2017-06-20 14:54:41serhiy.storchakacreate