• Florian Apolloner's avatar
    Fixed constant_time_compare on Python 2.7.7 · 7e3cf3cf
    Florian Apolloner yazdı
    Python 2.7.7 includes compare_digest in the hmac module, but it requires
    both arguments to have the same type. This is usually not a problem on
    Python 3 since everything is text, but we have mixed unicode and str on
    Python 2 -- hence make sure everything is bytes before feeding it into
    compare_digest.
    7e3cf3cf
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...