Issue 982340: applesingle endianness issue (original) (raw)

Issue982340

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:05 admin set github: 40480
2004-06-30 00:20:02 bob.ippolito create