[issue5403] test_md5 segfault

2009-03-02 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: This one was fixed in r70119. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue5403] test_md5 segfault

2009-03-02 Thread Greg Bakker
Changes by Greg Bakker : -- nosy: +gregb ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue5403] test_md5 segfault

2009-03-01 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto : I noticed test_md5 and test_multiprocessing crashed on trunk. I hope attached patch will fix this issue. (Maybe the patch can be simplified with goto) -- components: Extension Modules files: fix_md5_without_goto.patch keywords: patch messages: 8300