[Pyobjc-dev] (void *) and the like revisited
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-01-02 21:27:14
|
Ronald asks in the top of ObjCPointer.m if there is any reason for that class any longer... I don't think there is. I believe the functionality for that class can be ripped out and the various random methods that need pointer types can be encapsulated in struct and array types. I'm investigating doing exactly that with a bit of functionality wrapper around -bytes and -mutableBytes that use python array instances. Unit tests first.... I'll commit if it is useful and we can roll back, if needed (the changes are highly isolated). b.bum |