Re: Mapping C++ classes onto Python classes?

Mark Lutz (mlutz@KaPRE.COM)
Fri, 30 Sep 1994 12:03:00 +0700

Oops; (at least) 1 stupid typo in my post:

> (3) The C extension module (only the new/show parts are shown here)
>
> static object *import_new_Simple(object *self, object *args)
> {
> char *obj = new_Printer(); // a char* in C
^^^^^^^^^^^

should be "new_Simple". But I hope you got the point.

Trying to type too much too fast too often,
Mark L.