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 pitrou
Recipients Jon.Oberheide, christian.heimes, pitrou, vstinner
Date 2012-06-14.11:01:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339671710.45.0.734011914631.issue14955@psf.upfronthosting.co.za>
In-reply-to
Content
With PEP 393 unicode objects can have several representations, which makes it unlikely that *really* constant-timing functions can be devised.

However, a C version could provide some guarantees, by raising an error if the passed unicode strings use a different representation from each other.
History
Date User Action Args
2012-06-14 11:01:50pitrousetrecipients: + pitrou, vstinner, christian.heimes, Jon.Oberheide
2012-06-14 11:01:50pitrousetmessageid: <1339671710.45.0.734011914631.issue14955@psf.upfronthosting.co.za>
2012-06-14 11:01:49pitroulinkissue14955 messages
2012-06-14 11:01:49pitroucreate