Issue 1491468: argvemulator doesn't work on intel mac (original) (raw)

Issue1491468

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/43377

classification

Title: argvemulator doesn't work on intel mac
Type: Stage:
Components: macOS Versions: Python 2.5

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, ronaldoussoren
Priority: normal Keywords:

Created on 2006-05-19 09:49 by ronaldoussoren, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
argvemulator.py ronaldoussoren,2006-05-19 09:49
Messages (3)
msg28563 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-05-19 09:49
According to a report on macpython-sig the argvemulator module doesn't work on intel macs due to endianness issues. This seems to be a problem in aepack/aetypes. The attached version of argvemulator should fix the problem by not using aepack and friends and was written by has. I know to little of AppleEvents and the aepack module to actually fix this at this point in time. I propose to replace argvemulator by the attached version.
msg28564 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-05-19 18:32
Logged In: YES user_id=580910 The new version seems to be not entirely equivalent to the current version, I was using argvemulator in the .app wrapper for IDLE and that now behaves differently: before it opened quite slowly (maybe just due to my machine), now it doesn't make progress until the first time you quit IDLE.
msg28565 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-06-07 20:19
Logged In: YES user_id=580910 Fixed in revision 46727. I've merged the basic AE-handling of the attached patch with the original eventloop code.
History
Date User Action Args
2022-04-11 14:56:17 admin set github: 43377
2006-05-19 09:49:11 ronaldoussoren create