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.

classification
标题: Patch for thread-support in md5module.c
类型: performance Stage: patch review
Components: Extension Modules Versions: Python 3.4
process
状态: open Resolution:
Dependencies: 后续:
分配给: 抄送列表: christian.heimes, ebfe, gregory.p.smith, jcea, loewis
优先级: normal 关键字: patch

ebfe2009-01-03 11:23 创建。最近一次由 admin2022-04-11 14:56 修改。

文件
文件名 上传时间 Description 编辑
md5module_small_locks-2.diff ebfe, 2009-01-03 14:44
Messages (5)
msg78947 - (view) Author: Lukas Lueg (ebfe) 日期: 2009-01-03 11:23
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
msg78950 - (view) Author: Martin v. Löwis (loewis) * (Python committer) 日期: 2009-01-03 12:14
ebfe, please identify yourself with a real name; please also sign a
contributor form.
msg78954 - (view) Author: Lukas Lueg (ebfe) 日期: 2009-01-03 13:03
Sent the form by fax
msg78963 - (view) Author: Lukas Lueg (ebfe) 日期: 2009-01-03 14:44
fixed naming, lock get's tried before releasing the gil to wait for it
msg81727 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) 日期: 2009-02-12 07:39
fyi - I took care of the unicode data acceptance issue for all hashlib 
related modules in the py3k branch in r69524.
历史
日期 用户 动作 参数
2022-04-11 14:56:43admin修改github: 49068
2012-10-06 23:44:01christian.heimes修改versions: + Python 3.4
抄送: + christian.heimes

components: + Extension Modules
type: performance
stage: patch review
2009-02-12 07:39:23gregory.p.smith修改抄送: + gregory.p.smith
消息: + msg81727
2009-01-29 11:28:36jcea修改抄送: + jcea
2009-01-03 14:44:29ebfe修改文件: - md5module_small_locks.diff
2009-01-03 14:44:24ebfe修改文件: + md5module_small_locks-2.diff
消息: + msg78963
2009-01-03 13:03:41ebfe修改消息: + msg78954
2009-01-03 12:14:25loewis修改抄送: + loewis
消息: + msg78950
2009-01-03 11:23:59ebfe创建