No subject


Tue Oct 14 00:29:20 CEST 2008


eventually when extending Python is that there's no way to make a true
Python class in an extension module...Py_cpp solves this problem by taking
advantage of Python's metaclass feature to provide objects which look, walk,
and hiss almost exactly like regular Python classes."

If you need a "class" on which just one or two methods are C functions, let
me know after you've read the documentation. That's a use I hadn't thought
of for this technology but which is possible without writing new code. I
just didn't put a recipe in the documentation.

-Dave





More information about the Cplusplus-sig mailing list