Message151419
Patch version 7:
- Make PyOS_URandom() private (renamed to _PyOS_URandom)
- os.urandom() releases the GIL for I/O operation for its implementation reading /dev/urandom
- move _Py_unicode_hash_secret_t documentation into unicode_hash()
I moved also fixes for tests in a separated patch: random_fix-tests.patch. |
|
Date |
User |
Action |
Args |
2012-01-17 01:53:52 | vstinner | set | recipients:
+ vstinner, lemburg, gvanrossum, tim.peters, barry, georg.brandl, terry.reedy, jcea, mark.dickinson, pitrou, christian.heimes, benjamin.peterson, eric.araujo, grahamd, Arfrever, v+python, alex, zbysz, skrah, dmalcolm, gz, neologix, Arach, Mark.Shannon, eric.snow, Zhiping.Deng, Huzaifa.Sidhpurwala, PaulMcMillan, fx5 |
2012-01-17 01:53:51 | vstinner | set | messageid: <1326765231.61.0.190596727505.issue13703@psf.upfronthosting.co.za> |
2012-01-17 01:53:50 | vstinner | link | issue13703 messages |
2012-01-17 01:53:50 | vstinner | create | |
|