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

2012-10-06 Thread Christian Heimes
Changes by Christian Heimes : -- components: +Extension Modules nosy: +christian.heimes stage: -> patch review type: -> performance versions: +Python 3.4 ___ Python tracker ___

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

2009-02-11 Thread Gregory P. Smith
Gregory P. Smith added the comment: fyi - I took care of the unicode data acceptance issue for all hashlib related modules in the py3k branch in r69524. -- nosy: +gregory.p.smith ___ Python tracker ___

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

2009-01-29 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

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

2009-01-03 Thread Lukas Lueg
Changes by Lukas Lueg : Removed file: http://bugs.python.org/file12565/md5module_small_locks.diff ___ Python tracker ___ ___ Python-bugs-list m

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

2009-01-03 Thread Lukas Lueg
Lukas Lueg added the comment: fixed naming, lock get's tried before releasing the gil to wait for it Added file: http://bugs.python.org/file12568/md5module_small_locks-2.diff ___ Python tracker

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

2009-01-03 Thread Lukas Lueg
Lukas Lueg added the comment: Sent the form by fax ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

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

2009-01-03 Thread Martin v. Löwis
Martin v. Löwis added the comment: ebfe, please identify yourself with a real name; please also sign a contributor form. -- nosy: +loewis ___ Python tracker ___ _

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

2009-01-03 Thread ebfe
New submission from ebfe : 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 a