Patches item #1218421, was opened at 2005-06-10 20:59
Message generated for change (Comment added) made by ronaldoussoren
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1218421&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: Macintosh
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Ronald Oussoren (ronaldoussoren)
Assigned to: Jack Jansen (jackjansen)
Summary: byteorder issue in PyMac_GetOSType

Initial Comment:
The attached patch fixes an issue with byte order in 
PyMac_GetOSType (and its reverse).

These functions convert from an OSType to a string (and back) by 
interpreting an OSType as a 4-byte string. This is not correct if 
you're not on a big-endian system, such as some of the future Apple 
systems.
 
The attached patch is for python 2.4.1.



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

>Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-04-17 15:41

Message:
Logged In: YES 
user_id=580910

Fixed in revision 45487 on the trunk

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1218421&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches

Reply via email to