[New-bugs-announce] [issue4818] Patch for thread-support in md5module.c

ebfe report at bugs.python.org
Sat Jan 3 12:24:00 CET 2009


New submission from ebfe <knabberknusperhaus at yahoo.de>:

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

----------
files: md5module_small_locks.diff
keywords: patch
messages: 78947
nosy: ebfe
severity: normal
status: open
title: Patch for thread-support in md5module.c
Added file: http://bugs.python.org/file12565/md5module_small_locks.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4818>
_______________________________________


More information about the New-bugs-announce mailing list