From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2001-12-11 09:40:51


David Abrahams wrote:

> I am currently re-constructing Boost.Python. I am working with a new system
> for doing translation between C++ and Python data types; one which will
> reduce the size of compiled modules and enable cross-module inheritance. I
> thought I was going to be able to migrate in small steps, but it looks like
> that would be really difficult. My plan as of now is to work with
> Python2.2b2 sources, which will allow me to throw away most of the existing
> code for implementing extension classes. I am telling you this in case you
> want to adjust what you're working on, since some part of the code will
> undoubtedly go away or change. If you would like to be part of this
> development effort, I would be more than happy to deal you in.

Are the changes you're making backward compatible ?

I'm asking because I'm planning on using it within the next month, and
otherwise I'll minimise this effort and wait for the next release.