Extending built-in language (Win 95)

Mark Pope M_Pope at shef.rage.co.uk
Mon Apr 10 08:41:10 EDT 2000


Hi,

I would like to extend the objects available in python, however It is not
appropriate to build normal extension dll's.

The file:
\python-1.5.3\objects\xxobject.c

Appears to be a template for defining new built in objects which will be
compiled into the Python static lib. However there must be other steps to
making the new object reachable from python script.


There are plenty of examples on how to make the normal DLL extensions, but
this doesn't help.
Can somebody point me at a tutorial for extending the built-in
functionality.

thanks,

mark.




More information about the Python-list mailing list