This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 ebfe
收信人 ebfe
日期 2009-01-03.11:23:57
SpamBayes Score 6.2776253e-06
Marked as misclassified
Message-id <1230981840.09.0.761060151323.issue4818@psf.upfronthosting.co.za>
In-reply-to
内容
Here is another patch, this time for the fallback-md5-module. I know
that situations are rare where openssl is not present but threading is.
However they might occur out there and the md5module needed some love
anyway:

- The MD5 class from the fallback module can now also use threads with
'small locks'
- The behaviour regarding unicode data input is now consistent as to
what the openssl-driven classes do.
- Some code cleanup.


I might act on the sha modules as way the next days. sha256.c still
accepts 's#'...


Also see issue #4751
历史
日期 用户 动作 参数
2009-01-03 11:24:00ebfe修改recipients: + ebfe
2009-01-03 11:24:00ebfe修改messageid: <1230981840.09.0.761060151323.issue4818@psf.upfronthosting.co.za>
2009-01-03 11:23:59ebfe链接issue4818 messages
2009-01-03 11:23:59ebfe创建