[Python-Dev] [Python-checkins] cpython: Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC (original) (raw)
Christian Heimes christian at python.org
Sat Oct 19 18:01:26 CEST 2013
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
- Next message: [Python-Dev] I *might* push Python 3.4.0 alpha 4 back a week
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 19.10.2013 17:15, schrieb Nick Coghlan:
+chashlib = importfreshmodule('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
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
- Next message: [Python-Dev] I *might* push Python 3.4.0 alpha 4 back a week
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]