Ironclad 0.3 Released (Use CPython Extensions from IronPython)

William Reade of Resolver Systems has announced the release of Ironclad 0.3. Ironclad is a project to allow you to use CPython extensions from IronPython, and the improvement in this release is proper garbage collection for "managed objects of unmanaged types" (objects that come from a C extension!). This involves integrating the reference counting that the C extensions use with .NET garbage collection.

You can read about the project, and a high level overview of the new object lifetime management system on my blog:

Comments

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger