This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: applesingle endianness issue
Type: Stage:
Components: macOS Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: bob.ippolito, jackjansen, ronaldoussoren
Priority: normal Keywords: patch

Created on 2004-06-30 00:20 by bob.ippolito, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
applesingle.py.patch bob.ippolito, 2004-06-30 00:20 endianness patch for applesingle.py
Messages (2)
msg46275 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2004-06-30 00:20
the struct formats in applesingle.py do not declare endianness and 
thus won't work on little endian architectures.  This patch adds the 
endian declarations to the struct formats.
(from http://www.opensource.apple.com/darwinsource/
WWDC2004/)
msg46276 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-04-17 13:41
Logged In: YES 
user_id=580910

Fixed in revision 45487 on the trunk. Please confirm and close this patch.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40480
2004-06-30 00:20:02bob.ippolitocreate