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: _AEModule.c patch
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: hhas, jackjansen, ronaldoussoren
Priority: normal Keywords: patch

Created on 2004-12-25 00:12 by hhas, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_CarbonAE.patch hhas, 2004-12-25 00:12
Messages (4)
msg47406 - (view) Author: (hhas) Date: 2004-12-25 00:12
_AEModule.c patch to fix broken AEReplaceDescData and add 
AEInstallCoercionHandler, AERemoveCoercionHandler and 
AEGetCoercionHandler.
msg47407 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2005-02-13 22:35
Logged In: YES 
user_id=45365

Has, just to make sure I understand the individual bugs:
1. AEReplaceDescData should be a method of AEDesc
2. The other three just need to be added
msg47408 - (view) Author: (hhas) Date: 2005-02-13 23:28
Logged In: YES 
user_id=996627

> 1. AEReplaceDescData should be a method of AEDesc

Yes.

> 2. The other three just need to be added

Yes, along with the GenericCoercionHandler callback function that they 
all use.
msg84559 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-03-30 15:01
Closing because these are feature enhancements and the Carbon bindings are 
deprecated.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41365
2009-03-30 15:01:55ronaldoussorensetstatus: open -> closed

nosy: + ronaldoussoren
messages: + msg84559

resolution: wont fix
2004-12-25 00:12:11hhascreate