Newbie question on extending Python with C

Hans De Winter hdwinter at janbe.jnj.com
Mon Jul 23 08:12:29 EDT 2001


Dear,

I would like to extend the standard Python classes with a number of
new ones implemented as C-structures. However, as a newbie to writing
C-extensions for Python, I'm not entirely sure how to C-implement a
Python class that can access the data from another C-implemented
Python class. Could someone point me to the proper documentation where
it is described how to achieve this?

Many thanks,

Hans



More information about the Python-list mailing list