[ python-Bugs-1535081 ] can't staticaly build modules md5 and sha

SourceForge.net noreply at sourceforge.net
Sat Aug 5 18:01:57 CEST 2006


Bugs item #1535081, was opened at 2006-08-06 00:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1535081&group_id=5470


More information about the Python-bugs-list mailing list