[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 10:27:42 EST 2003


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

Category: Modules
Group: Python 2.3
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