Bugs item #1535081, was opened at 2006-08-05 16:01 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1535081&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: kbob_ru (kbob_ru) Assigned to: Nobody/Anonymous (nobody) Summary: can't staticaly build modules md5 and sha Initial Comment: When build Python-2.5b3 I find that function initsha(void) in shamodule.c in Python-2.4.3 renamed to init_sha(void) in Python-2.5b3 but in Setup I just find old rule for static building sha module. This looks like sha shamodule.c Same thing with md5 module too. init_md5(void) in Python-2.5b3 but initmd5(void) in Python-2.4.3. ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-08-06 07:26 Message: Logged In: YES user_id=849994 Fixed in rev. 51128. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1535081&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com