[Python-checkins] cpython: Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC

Christian Heimes christian at python.org
Sat Oct 19 18:01:26 CEST 2013


Am 19.10.2013 17:15, schrieb Nick Coghlan:
>> +c_hashlib = import_fresh_module('hashlib', fresh=['_hashlib'])
> 
> Looks like this import is failing on at least some platforms:
> 
> http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/6535/steps/test/logs/stdio
> http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/204/steps/test/logs/stdio
> 
> Due to the build failing:
> http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/6535/steps/compile/logs/stdio
> http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/204/steps/compile/logs/stdio

Thanks Nick!

Actually it was http://hg.python.org/cpython/rev/0a26ef834a49. The fix
in http://hg.python.org/cpython/rev/88fac1574049 should have taken care
of the issue.

Sorry for the noise, I don't have OpenSSL 0.9.8 on this machine.

Christian



More information about the Python-checkins mailing list