[Patches] [ python-Patches-858317 ] zipimport.c is broken on 64-bit SusE AMD, here's a fix

SourceForge.net noreply at sourceforge.net
Thu Dec 11 14:39:29 EST 2003


Patches item #858317, was opened at 2003-12-11 10:27
Message generated for change (Comment added) made by benson_basis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=858317&group_id=5470

Category: Modules
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: benson margulies (benson_basis)
Assigned to: Nobody/Anonymous (nobody)
Summary: zipimport.c is broken on 64-bit SusE AMD, here's a fix

Initial Comment:
The code passed a -15 to a 'l' format, but -15 is not 
promoted to long, it's passed as an int. Casting the -15 
to long fixes the problem.

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

>Comment By: benson margulies (benson_basis)
Date: 2003-12-11 14:39

Message:
Logged In: YES 
user_id=876734

I've marked this 2.4, but someone else (like someone at 
SuSe) might like to see it sooner.


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

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



More information about the Patches mailing list