Issue 1090958: _AEModule.c patch - Python tracker (original) (raw)

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:08 admin set github: 41365
2009-03-30 15:01:55 ronaldoussoren set status: open -> closednosy: + ronaldoussorenmessages: + resolution: wont fix
2004-12-25 00:12:11 hhas create