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, alex, christian.heimes, fijall, georg.brandl, hynek, loewis, ncoghlan, petri.lehtinen, pitrou, python-dev, serhiy.storchaka
Date 2012-06-23.14:25:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340461516.46.0.0598604158341.issue15061@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not really happy with the addition of a separate extension module for a single private function. You could just put it in the operator module, for instance.

Also, the idea was not to expose timingsafe_cmp but to use it in compare_digest().
History
Date User Action Args
2012-06-23 14:25:16pitrousetrecipients: + pitrou, loewis, georg.brandl, ncoghlan, christian.heimes, alex, fijall, python-dev, petri.lehtinen, hynek, serhiy.storchaka, Jon.Oberheide
2012-06-23 14:25:16pitrousetmessageid: <1340461516.46.0.0598604158341.issue15061@psf.upfronthosting.co.za>
2012-06-23 14:25:15pitroulinkissue15061 messages
2012-06-23 14:25:15pitroucreate