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 loewis
Recipients arigo, christian.heimes, fijall, hynek, loewis, ncoghlan, pitrou
Date 2012-06-15.06:40:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4FDAD8DC.8020106@v.loewis.de>
In-reply-to <95A3CDBD-3E66-42F9-B6E4-0790BA20606C@ox.cx>
Content
> Why not write a C function which can be more secure than Python code?

For Unicode strings, it's impossible to write a time-independent
comparison function even in C

> I would argue that would be an general asset for the stdlib

I would argue that it's not. No actual use case for this function
has been demonstrated so far.
History
Date User Action Args
2012-06-15 06:40:29loewissetrecipients: + loewis, arigo, ncoghlan, pitrou, christian.heimes, fijall, hynek
2012-06-15 06:40:29loewislinkissue15061 messages
2012-06-15 06:40:29loewiscreate