[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:34:03 EST 2003


Patches item #858317, was opened at 2003-12-11 10:27
Message generated for change (Settings changed) 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.

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

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