On 10/21/07, Carl Banks <[EMAIL PROTECTED]> wrote:
> Now, a C++ API for CPython would necessarily be built on top of the C
> API, which carries some limitations relative to the OOP abilities of C++
> itself.

It wouldn't have to be, although it'd be much more of a maintenance
nightmare if it poked into the Python internals.

> But you shouldn't expect anything like the ability to freely inherit between
> C++ and Python classes.

You can do this with Boost.Python.

--
Nick
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to