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: MacOS.GetCreatorAndType() and SetCreatorAndType() broken on intel
Type: behavior Stage:
Components: macOS Versions: Python 2.4, Python 2.6, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: jvr, ronaldoussoren
Priority: normal Keywords:

Created on 2007-12-11 20:20 by jvr, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg58464 - (view) Author: Just van Rossum (jvr) * (Python triager) Date: 2007-12-11 20:20
On intel, MacOS.GetCreatorAndType() returns the creator and type code with 
the wrong endianness, eg. as 'DCBA' instead of 'ABCD'.
msg78797 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-01-02 14:11
Fixed in r68156 (including testcase). Annoyingly enough only 
GetCreatorAndType needed fixing, SetCreatorAndType already did the right 
thing (makeing the two functions inconsistent with each other).

Won't fix for earlier releases, this might break existing code.
History
Date User Action Args
2022-04-11 14:56:28adminsetgithub: 45935
2009-01-02 14:11:26ronaldoussorensetstatus: open -> closed
resolution: fixed
messages: + msg78797
nosy: + ronaldoussoren
versions: + Python 2.6
2007-12-11 20:20:52jvrcreate