# The following was supposedly scribed by
# Eric Wilhelm
# on Sunday 11 July 2004 07:09 pm:

>Okay, I think I've slain the dragon.  Now there is a new test t/18newclass.t
>
>I'm almost certain that this won't work with python < 2.2.  Does anyone have
>one handy to test with?  If so, please see if the other tests succeed.
>
>http://ericwilhelm.homeip.net/svn/Inline-Python/trunk/xs-based/

Again, new code is in the svn repo.  I've had some input from the python-dev 
list, which has helped somewhat.

The previous approach would not have worked for subclassing 'real' builtin 
types like lists and tuples.  This should, and should also be more 
predictable wrt 'classic' classes.  Also, it might even work with older 
pythons.

There may be some issues with binding to C extensions (e.g. extensions written 
in C for python.)

Does anyone on this list use Inline::Python?  If so, any testing and feedback 
you could do would be great.

--Eric
-- 
The opinions expressed in this e-mail were randomly generated by 
the computer and do not necessarily reflect the views of its owner.
                                        --Management

Reply via email to