commit | a05ada3128f5cbe00ef5c51e6317cc984b102c40 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Jul 21 21:13:14 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Jul 21 21:13:14 2008 +0000 |
tree | 5640522087c0d808a4f342bd5db569dc94a00862 | |
parent | e5715f74131c8ef217fdd04195e593c0c01a66e4 [diff] |
Merged revisions 65174 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r65174 | amaury.forgeotdarc | 2008-07-21 23:06:46 +0200 (lun., 21 juil. 2008) | 3 lines On Windows, silence a Purify warning and initialize the memory passed to CryptGenRandom. Since python doesn't provide any particular random data, it seems more reasonable anyway. ........