Sunday, May 4, 2003

PyObjC 0.9

PyObjC, the Python–Objective-C bridge, has been updated to 0.9. The most interesting change in this version seems to be:

Support for libFFI—gcc’s Foreign Function Interface—has been added. This reduces the size of the PyObjC module’s binaries from 1MB to 300K while also providing the ability to message any Objective-C method, regardless of whether its signature happens to have been declared in the Foundation or AppKit headers.

Comments RSS · Twitter

Leave a Comment